django-file-form icon indicating copy to clipboard operation
django-file-form copied to clipboard

Django-file-form helps you to write forms with a pretty ajax upload

Results 31 django-file-form issues
Sort by recently updated
recently updated
newest added

#518 Todo: fix test error on CI

On Python 3.9 large files > 100MB can not be uploaded due to a erno 104 connection reset by peer issue. tested with: NGINX + GUNICORN and NGINX + uWSGI...

Right now when we upload (e.g. drag and drop) ``` file1 dir1/file2 ``` we would end up with ``` file1 file2 ``` and the directory information is lost. I believe...

Is there a way to limit the number of concurrent uploading files, for one instance or even across sessions? Right now during stress testing many file upload fails if I...

Right now when an upload failed, the frontend will show `Upload failed`. When I re-upload, the new one, successful or not, will be listed as a separate entry. I think...

Bumps [moto](https://github.com/getmoto/moto) from 5.0.2 to 5.0.3. Changelog Sourced from moto's changelog. 5.0.3 Docker Digest for 5.0.3: sha256:032d8ead42f289d9700e9bc844c6d264575ad11b3f6c22cc76d65ff638c8c7bd General: * New configuration options for: - Passing URL's through the proxy -...

dependencies
python