Upload Large Files to server using script

Sraban Pahadasingh    April 14, 2020 05:51 PM

Steps

  1. Choose a javascript plugin which devide the binary data into equal multiple chunks from client.

  2. 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.

  3. 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.





Comments powered by Disqus