All Projects → mbraak → django-file-form

mbraak / django-file-form

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

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to django-file-form

Django-WebApp
This is a web-app created using Python, Django. By using this user can login, upload files and also can view and download files uploaded by other users.
Stars: ✭ 285 (+111.11%)
Mutual labels:  file-upload
bin
highly opinionated, minimal pastebin
Stars: ✭ 97 (-28.15%)
Mutual labels:  file-upload
nova-file-upload-field
The easiest drag-and-drop file uploading field for Laravel Nova.
Stars: ✭ 53 (-60.74%)
Mutual labels:  file-upload
local-cloud
Turn any computer at home into a cloud for easy sharing of files across your devices.
Stars: ✭ 70 (-48.15%)
Mutual labels:  file-upload
simple-file-uploader
A file uploader written using HTML5 and Node.js. It can upload both to a local directory on the server or to an AWS S3 server.
Stars: ✭ 85 (-37.04%)
Mutual labels:  file-upload
IphpFileStoreBundle
Symfony 2 file upload for doctrine entities
Stars: ✭ 51 (-62.22%)
Mutual labels:  file-upload
fastify-file-upload
Fastify plugin for uploading files
Stars: ✭ 68 (-49.63%)
Mutual labels:  file-upload
aqua
A minimal and fast 🏃 web framework for Deno
Stars: ✭ 219 (+62.22%)
Mutual labels:  file-upload
react-native-tus-client
React Native client for the tus resumable upload protocol.
Stars: ✭ 38 (-71.85%)
Mutual labels:  file-upload
express-file-upload
Node.js Express Upload/Download File Rest APIs example with Multer
Stars: ✭ 64 (-52.59%)
Mutual labels:  file-upload
crocofile
A webbased file upload manager to share files by sharing an account
Stars: ✭ 40 (-70.37%)
Mutual labels:  file-upload
kodbox
kodbox is a file manager for web. It is a newly designed product based on kodexplorer. It is also a web code editor, which allows you to develop websites directly within the web browser.You can run kodbox either online or locally,on Linux, Windows or Mac based platforms
Stars: ✭ 1,188 (+780%)
Mutual labels:  file-upload
AspNetCore.Unobtrusive.Ajax
Unobtrusive Ajax Helpers (like MVC5 Ajax.BeignForm and Ajax.ActionLink) for ASP.NET Core
Stars: ✭ 46 (-65.93%)
Mutual labels:  ajax-upload
jQuery-File-Upload-for-java
Used klaalo / jQuery-File-Upload-Java and modified (https://github.com/klaalo/jQuery-File-Upload-Java)
Stars: ✭ 29 (-78.52%)
Mutual labels:  file-upload
zipline
A ShareX/file upload server that is easy to use, packed with features, and with an easy setup!
Stars: ✭ 215 (+59.26%)
Mutual labels:  file-upload
s3upload
Upload multiple files to AWS S3, make them public, and get their URLs easily from the command line.
Stars: ✭ 24 (-82.22%)
Mutual labels:  file-upload
Transfer.sh
Easy file sharing from your Android device!
Stars: ✭ 14 (-89.63%)
Mutual labels:  file-upload
cpomf
Pomf API compatible file host written in Crystal - The software behind nya.is.
Stars: ✭ 36 (-73.33%)
Mutual labels:  file-upload
fortune-commons
Fortune Commons is an project focused on all aspects of reusable Java components.
Stars: ✭ 17 (-87.41%)
Mutual labels:  file-upload
django-constrainedfilefield
This Django app adds a new field, ConstrainedFileField, which adds the capability of checking the document size and type
Stars: ✭ 26 (-80.74%)
Mutual labels:  file-upload

Continuous integration Version

Coverage Status Requirements Status

License

Django file form

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

Read the documentation at http://mbraak.github.io/django-file-form/

Features:

  • You can easily add an ajax file-upload to a form.
  • The ajax upload works the same as an html upload.
    • This means that you don't have to change your code to support ajax upload.
  • Supports single and multiple file upload.
  • Supports edition of uploaded files.
  • Supports upload directly to AWS S3 compatible storages.
  • Supports frontend events for the addition and removal of files.
  • Supports addition of arbitrary file meta data and related widgets.

The project is hosted on github.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].