English 中文(简体)
能否通过移动装置的网络浏览器上载照片?
原标题:Is it possible to upload a picture through a web browser from a mobile device?

这个问题以前曾提出过,但今年没有提出过具体共识,我知道这是一个热点议题。 此外,技术变化相当快,其他问题似乎仅涉及<代码><投入类型=“file>。 我正在寻求一种更加迅速的现代方式来处理这些请求。 虽然我已经在协会中发展。 NET C# MVC3,我一直在研究天气因素。 NET MVC4 移动电话将支持移动文档上载。 从我读到的话来看,它没有,或者没有在新的释放说明中涵盖。

http://www.asp.net/vnext/overview/whitepapers/whats-new

http://www.asp.net/mvc/tutorials/mvc-4/aspnet-mvc-4-mobile-features

从研究来看,我已经做过“ j”似乎相当高。

http://www.parorrey.com/blog/jquery-mobile/file-input-field-uploading-using-jquery-mobile-framework-form-submission- with-aj-disabled/

http://forum.jquery.com/topic/jquery-mobile-seems-to-clobber-ability-to-upload-files-via-forms

登出的一个实例没有在我的“i”上工作,因为“<input category=“file”仍然存在,因此无法进入。

http://filamentgroup.com/examples/jquery-custom-file-input/

另一项建议 我的到来涉及强迫用户将照片传送给用户专用电子邮件,而这种电子邮件实际上并没有向我或我所处理的客户发出呼吁,这种做法似乎也很容易受到安全破坏。

IS there a way to do this that I have overlooked? How can I show a file dialog on a mobile device?

问题回答

The Safari browser does not support file uploads. You can see this by visiting many of the mobile sites in the actual browser BUT the actual apps will allow this.

因此,如果你提供你希望作为本地人部署的移动网络,你可以把电话交换作为一层。

http://docs.phonegap.com/en/1.4.1/phonegap_file_file.md.html#FileTransfer

Also, it is supported in:

  • Android
  • BlackBerry WebWorks (OS 5.0 and higher)
  • iOS
  • Windows Phone 7 ( Mango )

我在生产用具中使用支流,只做罚款。 我没有上下台;然而,那是头.的轮.。 Jquery UI还与其方言和文档上载有问题。 有一些文字帮助。 I use ajaxfileupload: http://www.phpletter.com/Our-projects/AjaxFileUpload/ 如今,那里的情况较好。

页: 1 就机动性而言,拥有涉及的摄像特征而不是单纯的立案机更为有用。 没有人知道他们把物品储存在他们的电话上,这是问题的一部分。 在此情况下,你可能希望尝试电话。 Try this:

Yes we can upload picture through mobile, Face book is a live example for this.

It works for me on Android.

你们可以看看一看它是如何在座的:https://mfacebook.com/home.php?refsrc=http%3A%2F%2F%2Ffacebook.com%2F&refid=8&_rdr

<input type="file" name="file1" data-sigil="photo-input" />

Try 前往www.tinypic.com,上载照片。 我可以 test夜。

该公司在Benry 2.2+上课。 你可以从你的包裹上卸下照片,或使用照相机拍摄新的照片,供上载。 任何其他揭露诸如音响记录器、剧团和音乐镜等类似行为的镜头通常都会提供替代物。 如果安装了良好的档案系统,通常允许你上载任意档案。

在SiOS,你必须使用上载文件。 由于这在网站的这个时代是如此明显的疏漏,因此很可能在下一期“Si”的主要发布中添加这一特征,尽管这很可能还有几个月的时间。

Try this:

<input type="file" accept="image/*;capture=camera">

这应当在大多数流动浏览器中得到支持,并且应当让用户有机会选择当地档案(image)或某种现代装置,甚至让他们能够在这个过程中捕获一个。

希望这一帮助!

利用电话弥补客户边图书馆与本土应用之间的差距。 虽然客户的附属图书馆能够很好地操作和方便地安装自动识别器具,但可以利用电话机进行像照相机、扫描、打电话等特定装置。

流动浏览器(第2.2节,似乎)和SOS不允许进入档案系统。 当它穿着2.2+时,它就没有完全的通道——它通过像美术或音乐一样打过FS的镜子过滤。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签