文件上传,采用jquery fileupload

前台 //写一个文件上传框html <input multiple="multiple" data-url="xxx/xxx/xxx" type="file" name="file" id="imageupload"> <script> $("#imageupload").fileupload({ dataType:'json', //上传完成回调函数
相关文章
相关标签/搜索