btw, in regards to the 2001 forum post - I went into the upload handler and had it raise an exception on the content-type, and this was formed properly on one line
On Mar 30, 12:37 pm, Peter <[email protected]> wrote: > I'm having an opera file upload issue, which may not be django's > fault, but I'm curious if anyone has seen it (and has a solution)... > > When I upload an image *only in opera* (specifically 9.64 on mac osx) > it doesn't appear in request.FILES. However, if I upload a really > small image 8kb, it works. Same problem as this > post:http://groups.google.com/group/django-users/browse_thread/thread/eecc... > (which no one has responded to) > > The only other thing that I could find on the internet that might > refer to this was from this thread (in > 2001!):http://list.opera.com/pipermail/opera-users/2001-June/004854.html I'm > currently running a very standard version of apache. > > If anyone else has encountered and solved this problem your input > would be greatly appreciated! > > (also, yes the form has the proper enctype and the upload field is > just rendered directly by the django form resulting in <input > type="file" name="image" id="id_image" />) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

