Re: Wired image file upload problem

2011-09-30 Thread @@
Sorry, it's the size limitation. Didn't aware the settings.FILE_UPLOAD_MAX_MEMORY_SIZE was changed. On Thu, Sep 29, 2011 at 5:57 PM, Jian Chang wrote: > size limitation? > it is wired. > [?] > > 2011/9/28 @@ > >> Hi >> I got a image can't upload while

Re: Wired image file upload problem

2011-09-29 Thread @@
Thanks Dejan, Now my problem is that I can't got the file from request.FILES , the request.FILES is None. On Thu, Sep 29, 2011 at 6:31 PM, Dejan Noveski wrote: > Older versions of PIL have issues with incomplete exif data. If you make > thumbnails or in any way manipulate

Re: Wired image file upload problem

2011-09-29 Thread Dejan Noveski
Older versions of PIL have issues with incomplete exif data. If you make thumbnails or in any way manipulate the image, it wont work. Had this issue 2 days ago. Try working with PIL 1.1.7 On Thu, Sep 29, 2011 at 12:10 PM, @@ wrote: > No it's size limitation. don't know if it

Re: Wired image file upload problem

2011-09-29 Thread @@
No it's size limitation. don't know if it was something wrong with exif, cause this is the only thing I found special with this image. I use ms paint open this image and saved it as another image, and the new image can be uploaded with no problem. On Thu, Sep 29, 2011 at 5:57 PM, Jian Chang

Re: Wired image file upload problem

2011-09-29 Thread Jian Chang
size limitation? it is wired. [?] 2011/9/28 @@ > Hi > I got a image can't upload while other image works fine, and i use paint > open this image and save it as another file, then the other file can be > uploaded. > The debug page shows the request.FILES is None. > The