Simple, Chunked and Concurrent uploads with Django + Fine Uploader
Project description
Simple, Chunked and Concurrent uploads with Django + Fine Uploader
This is an alpha version.
We have a example project. Just git clone the django-fine-uploader repository and follow the instructions.
Quickstart
Install django_fine_uploader:
pip install django-fine-uploader
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'django_fine_uploader.apps.DjangoFineUploaderConfig',
...
)
Add django_fine_uploader’s URL patterns:
urlpatterns = [
...
url(r'^fine-uploader/', include('django_fine_uploader.urls', namespace='django_fine_uploader')),
...
]
And finally your html file: copy from this gist. (too much html to put on our README)
Features
Simple Upload
Chunked Upload
Concurrent Chunked Upload
Easy extend FineUploaderView (FormView)
Or create your custom view and use the Django Fine Uploader handler
TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Credits
Tools used in rendering this package:
Fineuploader: http://fineuploader.com
History
0.2.0 (2017-02-12)
Now we have a BaseFineUploader
A basic planing for Beta release: https://github.com/douglasmiranda/django-fine-uploader/projects/1
Better info on README and more
0.1.0 (2017-02-10)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-fine-uploader-0.2.0.tar.gz
.
File metadata
- Download URL: django-fine-uploader-0.2.0.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6accc7ffa8f7d519506078b759bca3ea8e5f4db55717a88a4cd743a8195e675d |
|
MD5 | 6adca804a369cfdac77fc8ed929459cb |
|
BLAKE2b-256 | 51ad34a56a57ea49c9efb2870b335bc377a8c2cc6793fbdf04b27de5acd65c0d |
File details
Details for the file django_fine_uploader-0.2.0-py2.py3-none-any.whl
.
File metadata
- Download URL: django_fine_uploader-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a718816e8885826401c1c255fa57a678792643eb90e914d78c61f20ed79836b |
|
MD5 | 42d006747532fa7fefee5c824f2c551a |
|
BLAKE2b-256 | fa8e26450b0c94422da200acf53d9736761e1e4367ea471b26b713f8d7c4e1e3 |