Image upload and Manipulation in Django
Posted
by
Saransh Mohapatra
on Stack Overflow
See other posts from Stack Overflow
or by Saransh Mohapatra
Published on 2012-12-14T10:58:39Z
Indexed on
2012/12/15
5:04 UTC
Read the original article
Hit count: 246
I am trying upload images and than create an thumbnail of it and than store both in S3. After the file has been uploaded i am first uploading it to S3 and than trying to create thumbnail but it doesn't work as than PIL is not able to recognise the image. And secondly if I create the thumbnail first than while uploading original image I get EOF.
I think Django allows just once for the uploaded files to be used only once....Please kindly tell me a way to do so....Thanks in advance
© Stack Overflow or respective owner