lysender / files-rs

Personal file storage API
MIT License
0 stars 0 forks source link

Add support for large file uploads up to 100MB, bypassing 8MB limit #6

Open lysender opened 3 months ago

lysender commented 3 months ago

Allow uploading files bigger than 8MB (up to 100MB) by uploading chunks and merging them together in the server.