On Tue, 2007-03-20 at 07:48 +0000, Caz wrote:
> Hi Lorenzo
> 
> I suspect its not that you are uploading 2 files, but which files u
> upload.
> 
> The line
> print "%s %s %s %s" % (k, new_data[k]["filename"],new_data[k]["content-
> type"], new_data[k]["content"])
> Will print the actual content of the file you are uploading.
> 
> Now if thats an image or binary file the char \x07 will appear in it.
> Which is system beep.(Printing char \x07 will make windows beep, Dell
> does not play nicely with system beep, no way to mute it, I know, I
> have one.)
> 
> So with many \x07 chars in the content you system is going to look
> like its hanging beeping like crazy until its beeped its way through
> the files you are uploading.

OK, I'm impressed. :-)

Nice job thinking through all the things it might be and thinking of
horses, not zebras.

Malcolm



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to