How to reassemble file chunks sent via Dropzone.js in PHP?

Viewed 55

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)

1 Answers
Related