Re: How can I upload async files with django-storages

2014-03-18 Thread Rise Riyo
Check out these links: https://devcenter.heroku.com/articles/s3-upload-python https://github.com/flyingsparx/FlaskDirectUploader https://github.com/tadruj/s3upload-coffee-javascript On Tuesday, July 23, 2013 8:27:52 AM UTC-7, Nicolas wrote: > > Hi all, > > I'm doing a web site where the users ca

How can I upload async files with django-storages

2013-07-23 Thread Nicolas Bases
Hi all, I'm doing a web site where the users can upload some images. These images are uploaded through django-storages [0] to Amazon S3. But it's taking too long to uploaded these files. There is a way where I can upload these images async? Thank you in advance! Nicolas. [0] http://django-stora