javascript JQuery Mobile 文件上传

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/6947785/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-25 22:26:49  来源:igfitidea点击:

JQuery Mobile file upload

javascriptjqueryjquery-mobile

提问by Satch3000

I've been looking everywhere and cannot find any examples on it.

我到处找,找不到任何例子。

Does anyone know where I could find anything on uploading files using JQuery Mobile please?

有谁知道我在哪里可以找到有关使用 JQuery Mobile 上传文件的任何信息?

采纳答案by 65Fbef05

jQuery doesn't in and of itself offer assistance for file upload. What does however is a jQuery plugin called Uploadify. Its implementation and use shouldn't be any different between standard jQuery and jQuery Mobile.

jQuery 本身并不为文件上传提供帮助。然而,它是一个名为Uploadify的 jQuery 插件。它的实现和使用在标准 jQuery 和 jQuery Mobile 之间应该没有任何不同。