django-s3file
django-s3file copied to clipboard
A lightweight file upload input for Django and Amazon S3
Uncovered an interesting behaviour/bug? when uploading multiple files that have the same filename. Behaves as follows: - From a file upload form with `multiple` set to `True` select 2 or...
If you have an ImageField, and try to upload a non-image file, the POST request initiated by s3file.js to the S3 bucket fails with a CORS error. In Firefox, the...
Since [form.submit](https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement/submit) API does not accept any arguments, we have to mutate `form` object.