Asynchronous File Upload to Amazon S3 with Django

后端 未结 7 1181
轻奢々
轻奢々 2021-01-30 04:18

I am using this file storage engine to store files to Amazon S3 when they are uploaded:

http://code.welldev.org/django-storages/wiki/Home

It takes quite a long t

7条回答
  •  再見小時候
    2021-01-30 05:00

    It's possible to have your users upload files directly to S3 from their browser using a special form (with an encrypted policy document in a hidden field). They will be redirected back to your application once the upload completes.

    More information here: http://developer.amazonwebservices.com/connect/entry.jspa?externalID=1434

提交回复
热议问题