Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

文件上传小结 #120

Open
web-lzs opened this issue Apr 29, 2019 · 0 comments
Open

文件上传小结 #120

web-lzs opened this issue Apr 29, 2019 · 0 comments

Comments

@web-lzs
Copy link
Owner

web-lzs commented Apr 29, 2019

前端实现文件上传有几种方式:
(1)表单form-HTML4 + iframe(无刷新上传)
(2)HTML5 通过FormData对象和HTTP模拟form表单上传
(3)flash
(4)第三方插件,如silverlight

文件上传难点:
(1)分片上传
(2)图片压缩、裁剪、预览
(3)拖拽上传
(4)多文件上传
(5)视频文件的上传
(6)断点上传

HTML5 文件上传的2种方式
链接:https://blog.csdn.net/lovelyelfpop/article/details/71421123

前端上传组件Plupload使用指南
链接:https://www.cnblogs.com/2050/p/3913184.html
链接:chaping.github.io/plupload/doc/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant