开发者

Uploading multiple large files via a browser and verifying the upload

开发者 https://www.devze.com 2023-01-16 02:07 出处:网络
I need to allow web users to: upload multiple files via a browser upload large files (> 2GB) verify the upload was not corrupted

I need to allow web users to:

  • upload multiple files via a browser
  • upload large files (> 2GB)
  • verify the upload was not corrupted

I've seen recommendations for Uploadify and Jumploader, however, it isn't clear to me if these applications verify the uploaded file (such as, comparing MD5 of client-si开发者_如何学Gode file vs. uploaded). The application must support event hooks prior to and post upload. Any suggestions?

0

精彩评论

暂无评论...
验证码 换一张
取 消