Re: Opera File Upload Issue

2009-04-23 Thread pcoles

Szymon discovered the cause - which was a  bug in modwsgi 2.3 that is
now fixed in modwsgi 2.4

http://code.google.com/p/modwsgi/issues/detail?id=121 (thanks for the
fix Graham!)

On Apr 23, 2:35 pm, Szymon  wrote:
> Hello,
>
> I've faced same problem today. Have you find solution? Or anyone know
> what can be wrong?
>
> Best regards,
> Szymon
>
> On 30 Mar, 18:37, Peter  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  > 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 django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Opera File Upload Issue

2009-04-23 Thread Szymon

Hello,

I've faced same problem today. Have you find solution? Or anyone know
what can be wrong?

Best regards,
Szymon

On 30 Mar, 18:37, Peter  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  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 django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Opera File Upload Issue

2009-03-30 Thread pcoles

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  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  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 django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Opera File Upload Issue

2009-03-30 Thread Peter

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/eecc7d6ae0af478a/bf6f834ceba881fa?lnk=gst&q=opera+upload#bf6f834ceba881fa
(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 )
--~--~-~--~~~---~--~~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---