[Answered ]-In Django, a way for user to upload file to server, then move to Amazon S3?

1👍

I agree, the work should be done on the server upon upload. If its just S3, i believe this one would do: http://aws.amazon.com/code/134?_encoding=UTF8&jiveRedirect=1. I also found a good tutorial perhaps this might help http://www.holovaty.com/writing/amazon-s3-media/

1👍

It would make sense to do the work on your side and then upload to Amazon S3. You should be able to use Boto, or any other library by importing the library.

Leave a comment