Part uploading

Plug:
https://github.com/blueimp/jQuery-File-Upload/wiki/Chunked-file-uploads

https://blog.csdn.net/sinat_29179927/article/details/89059919

 

formdata explained:
https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/Using_XMLHttpRequest#Submitting_forms_and_uploading_files

https://www.cnblogs.com/xiaohuochai/p/6539330.html formdata serialization
https://www.jianshu.com/p/e984c3619019 formdata Method

Guess you like

Origin www.cnblogs.com/xiaoxiaocaicai/p/11074591.html