TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

JQuery File Upload – Multiple File Upload Plugin for jQuery

64 点作者 mufti超过 14 年前

4 条评论

vijaydev超过 14 年前
The application page: <a href="http://aquantum-demo.appspot.com/file-upload" rel="nofollow">http://aquantum-demo.appspot.com/file-upload</a>
kqueue超过 14 年前
this blog is sketchy, flooded with ads and obviously trying to drive traffic to it. Why not just post the github link?
weixiyen超过 14 年前
The setup for this plugin is too complicated. See:<p><a href="https://github.com/blueimp/jQuery-File-Upload/wiki/Setup" rel="nofollow">https://github.com/blueimp/jQuery-File-Upload/wiki/Setup</a><p>I think the API and abstraction should be better thought out to be just 1 js file include instead.<p>Other comments:<p>Good use of FileData and multipart builder for handling multiple browsers. However I thought Firefox also supported sending files with FileData() object, so why is xhr.sendAsBinary necessary? As far as I know, xhr.sendAsBinary is not in the w3 draft and is being deprecated by Firefox, as it's a FF proprietary method. Perhaps that part of the code could be removed?
mootothemax超过 14 年前
Even though <i>MSIE and Opera have no support for Drag &#38; Drop, multiple file selection or upload progress indication</i>, I'm really pleased to see such a well thought-out file upload plugin that doesn't require the use of Flash.