简体   繁体   English

使用对话框中的HTML输入上传jQuery单个文件

[英]jQuery Single File Upload using HTML Input within a Dialog Boxes

Is there a simple way to upload a single file through HTML input type file with JQuery UI 's dialog box using $.post ? 有没有一种简单的方法通过使用$.post JQuery UI对话框通过HTML输入类型文件上传单个文件?

Hope this makes sense... 希望这有道理......

I used ui.dialog and ajaxfileupload 我使用了ui.dialog和ajaxfileupload

hth 心连心

You have many choices, the easiest is probably just using jQuery to control a form that submits to an iframe. 你有很多选择,最简单的可能只是使用jQuery来控制提交给iframe的表单。

Alternatives include Flash , Java, Gears, Silverlight, and HTML5 uploaders. 替代方案包括Flash ,Java,Gears,Silverlight和HTML5上传器。

http://www.appelsiini.net/2009/10/drag-and-drop-file-upload-with-google-gears http://www.appelsiini.net/2009/10/drag-and-drop-file-upload-with-google-gears

http://www.plupload.com/ http://www.plupload.com/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM