How to upload a file with JQueryMobile for an iphone/ipad?

Posted by JD on Stack Overflow See other posts from Stack Overflow or by JD
Published on 2011-01-10T14:19:35Z Indexed on 2011/01/10 14:53 UTC
Read the original article Hit count: 139

Filed under:
|
|
|

Hi,

I have just started looking at JqueryMobile and want to know if the following is possible?

I want to be able to select a file (similar to in html) and then show some sort of dialogue that allows me to browse to a "folder" and select the file. It would then be up to me to send some sort of AJAX command to upload it to the server (where I am using Asp.net MVC 2)

Since I do not have access to an iPhone or iPad, I was told that I would only have access to the documents folder.

JD

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about asp.net-mvc