jquery-fileupload的使用
使用步骤
github地址:https://github.com/blueimp/jQuery-File-Upload
中文文档:http://www.jq22.com/jquery-info230
引包
1 | <!-- jquery-fileupload依赖与jquery --> |
html结构
1 | <!-- name指定图片上传时的name属性 --> |
js代码
1 | $("#fileupload").fileupload({ |
github地址:https://github.com/blueimp/jQuery-File-Upload
中文文档:http://www.jq22.com/jquery-info230
1 | <!-- jquery-fileupload依赖与jquery --> |
1 | <!-- name指定图片上传时的name属性 --> |
1 | $("#fileupload").fileupload({ |