Skip to main content

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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

ChunkUpload-0.2.1-py3-none-any.whl (17.3 kB view details)

Uploaded Python 3

File details

Details for the file ChunkUpload-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: ChunkUpload-0.2.1-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

Hashes for ChunkUpload-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c3482ec8d5315df5509f8381277d083f2bdefda397bcf5ea07711cbc677e1fb9
MD5 ed08086a82df777f245576837021eb9d
BLAKE2b-256 dcb5854c1e9e0292618489bc90fb48860adb05381446feaa71e6a3e90ce4b585

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page