空载
Mootools ajax文件上传脚本
允许通过 ajax 上传文件的脚本(在现代浏览器上)。 使用 Mootools 1.4.*
浏览器支持:所有支持js FormData 对象的浏览器。 现在大多数浏览器都可以,除了臭名昭著的 IE9 或更低版本。
这个类扩展了mootools的请求类,所以onRequest()、onComplete、onProgress、...等大部分方法和事件都是可用的。
用法:
HTML:
Upload file
<input type="file" name="moopload_input" id="moopload_input" style="display: none;" />
1