I did a short test with chunked uploads, that's not really a problem. We use a 
jquery widget (https://blueimp.github.io/jQuery-File-Upload/) on the frontend 
(the website) for file upload. It's easy to start chunked uploads. You have to 
handle it on the server side. One solution could be to save the chunks as 
temporary files and then chain these temporary files. This way you can avoid 
the memory problems.

I want to avoid protocols other than http. FTP is not allowed in many 
environments, otherwise you have to deal with the customer's IT security staff.

Regards 
Lutz

**********************************************************************
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to