To handle large files' uploads, I have to send them to the server by breaking them down into chunks. I use Dropzone.js as a library. My problem is that I could not find guide how to reassamble chunked files on server side (PHP in my case)
To handle large files' uploads, I have to send them to the server by breaking them down into chunks. I use Dropzone.js as a library. My problem is that I could not find guide how to reassamble chunked files on server side (PHP in my case)