chunk-upload topic

List chunk-upload repositories

mahi

38
Stars
5
Forks
Watchers

HTTP service for file uploading, processing, serving, and storage.

laravel-chunk-upload

558
Stars
165
Forks
Watchers

The basic implementation for chunk upload with multiple providers support like jQuery-file-upload, pupload, DropZone and resumable.js

upchunk

318
Stars
46
Forks
Watchers

Uploads Chunks! Takes big files, splits them up, then uploads each one with care (and PUT requests).

FileDrop

142
Stars
8
Forks
Watchers

Grade: 89%. COMP3006 coursework. An encrypted file sharing application that leverages web sockets to allow users to send and receive files.

react-native-chunk-upload

56
Stars
10
Forks
Watchers

A package to bring Chunked File Upload / Resumable File Upload into React Native. Split a large file into multiple smaller pieces then upload them without worrying about network disconnection, even if...