django-s3file icon indicating copy to clipboard operation
django-s3file copied to clipboard

A lightweight file upload input for Django and Amazon S3

Results 5 django-s3file issues
Sort by recently updated
recently updated
newest added

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...

bug

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.