My requirement is to upload large files (upto 50GB) through browser. So I used JQuery file upload plugin to upload those large files in smaller chunks.
Now I have to calculate MD5 checksum for each chunk to avoid data corruption issues from browser to server.
Is there any plugin in JQuery to calculate checksum for the blob chunks except Google CryptoJS utility ?