Upload Large Files to server using script
Sraban Pahadasingh April 14, 2020 05:51 PMSteps
-
Choose a javascript plugin which devide the binary data into equal multiple chunks from client.
-
Pass to server each chunk of binary data with file information. ex. mdf5 name, total chunks, processed chunk in each ajax request one by one to write/append in same file on server.
- when the total chunks and chunk count in ajax request is same, then file appending/uploading will complete in server, returning a message to clinet.