A django app for uploading videos chunk by chunk and completing uploaded chunk after all chunks have been uploaded.
Project description
ChunkUpload General Description
ChunkUpload is a project designed for uploading videos in chunks. This project receives videos without considering their size and stores them chunk by chunk in the database. A default chunk size is set, but you can modify it based on your needs. Prerequisites
To use this project, follow these steps:
Download and install the ChunkUpload package from PyPI:
$ pip install ChunkUpload
Add upload_chunk to the INSTALLED_APPS list in your Django project’s settings file (settings.py):
python
INSTALLED_APPS = [
...,
'chunk_upload',
]
Usage
After completing the above steps, the project is ready, and you can upload your videos in chunks.
The default chunk size can be found in the settings, which you can adjust according to your requirements.
Author
https://github.com/MOQA14
Development Team
https://github.com/Nadimibox
Additional Information
For improving the quality of the project and contributing, feel free to contact me.
Project details
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 chunkupload-0.3.tar.gz
.
File metadata
- Download URL: chunkupload-0.3.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ecaaa0f80cd31a0da0366a6b23bca0fcfd292d169162beacc901400f959c3f0 |
|
MD5 | fa8c165f5cb004ee557d604b25f0a333 |
|
BLAKE2b-256 | 87aeb5bb25c076c96a50ee1ae0f71c9049169494be49928a8a861d111c5d7596 |
File details
Details for the file ChunkUpload-0.3-py3-none-any.whl
.
File metadata
- Download URL: ChunkUpload-0.3-py3-none-any.whl
- Upload date:
- Size: 17.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 512eb3f4fed2566524a4beb6bec39b38386a3b628e38ebcdfd6e2c4c9888e563 |
|
MD5 | a24a62636afc4a93964cda92b3923905 |
|
BLAKE2b-256 | bba8090be4305cd0e1971d77039ec99ce505483a8fd5e76a605c10489f3b836c |