csierra
Posts: 123
|
| Posted: 08/26/2012, 10:47 AM |
|
Hi folks, wiht a customer, developed an app, wich uses file upload functionality; I´ve made a 'mobile' version of it, so users accessing with mobile devices uses a friendly layout based on jquery mobile, everithing runs just fine except with Safari mobile browser grays out the file pick (input type='file') doesn´t work, so I´ve found this
http://www.parorrey.com/blog/php-development/resolve-mo...-upload-images/
However their script is using bare PHP and browser POST to upload, And my app uses ASP with Persist´s ASPUpload because often uploaded files are big PDF's but we still need to have the ability to upload simple images grabbed with Iphones / IPads... does anyone can help implementing this in ASP (may pay for it)
Thank you
_________________
Yes! I Can!!! |
 |
 |
yourguide
Posts: 44
|
| Posted: 08/27/2012, 9:48 PM |
|
No way to access the Camera without a native app. Here is a creative workaround, but still reliant on an app: http://code.google.com/p/iphone-photo-picker/
_________________
Independent, self-employed, web developer. |
 |
 |
yourguide
Posts: 44
|
| Posted: 08/28/2012, 8:50 AM |
|
Also just found this: http://www.aurigma.com/iphone/
_________________
Independent, self-employed, web developer. |
 |
 |
Benultra
Posts: 17
|
| Posted: 10/02/2012, 10:48 PM |
|
IOS 6.0 now support the Upload input finally.
|
 |
 |
|