AlekEagle / cumulonimbus-api

The API for Cumulonimbus
https://alekeagle.me
4 stars 1 forks source link

Add chunked uploads #2

Open AlekEagle opened 2 years ago

AlekEagle commented 2 years ago

Add the ability to upload files larger than 100MB by chunking them on the client's side and merging them together on the server side.

lavylavenderr commented 1 year ago

Taking an attempt at this with busboy/connect-busboy, will wait for your required changes before continuing