webMAN-MOD icon indicating copy to clipboard operation
webMAN-MOD copied to clipboard

HTTP POST support for large file uploads

Open Slendy opened this issue 3 years ago • 1 comments

This would be useful for cases where FTP isn't a viable option like in JavaScript. For my use case, I can read a large file from the web server using javascript but I can't write the file after patching the data in js.

Slendy avatar Sep 20 '22 06:09 Slendy

I second that, had that idea for some time now, but I'm busy with other features and trying to get better tools for development working at the moment. Maybe it would even make sense to integrate something like js-fileexplorer and to make it possible to download/upload tar files for easier backups and restores of large amounts of small files?

This would require to add support for HTTP chunked transfer encoding.

kostirez1 avatar Sep 20 '22 09:09 kostirez1