File upload on iOS [message #178578] |
Wed, 04 July 2012 05:10 |
Tim
Messages: 13 Registered: March 2011
Karma: 0
|
Junior Member |
|
|
I have a form that includes uploading an image file as a requirement. I
just noticed that this does not work on iOS devices (iPhones, etc.). Is
there a way to make this work? HTML 5 file upload, perhaps? Or would
something like that require an app?
|
|
|
Re: File upload on iOS [message #178579 is a reply to message #178578] |
Wed, 04 July 2012 10:33 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 7/4/2012 1:10 AM, Tim wrote:
> I have a form that includes uploading an image file as a requirement. I
> just noticed that this does not work on iOS devices (iPhones, etc.). Is
> there a way to make this work? HTML 5 file upload, perhaps? Or would
> something like that require an app?
>
This has nothing to do with PHP. Try asking in an iOS support group
(sorry, don't know any myself).
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|
Re: File upload on iOS [message #178580 is a reply to message #178578] |
Wed, 04 July 2012 12:10 |
Arno Welzel
Messages: 317 Registered: October 2011
Karma: 0
|
Senior Member |
|
|
Am 04.07.2012 07:10, schrieb Tim:
> I have a form that includes uploading an image file as a requirement. I
> just noticed that this does not work on iOS devices (iPhones, etc.). Is
> there a way to make this work? HTML 5 file upload, perhaps? Or would
> something like that require an app?
This has nothing to do with PHP at all - Safari on iOS just does not
support uploads.
Maybe this will help you - but it requires the users to install some
sort of application to provide this functionality:
<http://code.google.com/p/iphone-photo-picker/>
--
Arno Welzel
http://arnowelzel.de
http://de-rec-fahrrad.de
|
|
|
Re: File upload on iOS [message #178581 is a reply to message #178580] |
Wed, 04 July 2012 12:12 |
Arno Welzel
Messages: 317 Registered: October 2011
Karma: 0
|
Senior Member |
|
|
Am 04.07.2012 14:10, schrieb Arno Welzel:
> Am 04.07.2012 07:10, schrieb Tim:
>
>> I have a form that includes uploading an image file as a requirement. I
>> just noticed that this does not work on iOS devices (iPhones, etc.). Is
>> there a way to make this work? HTML 5 file upload, perhaps? Or would
>> something like that require an app?
>
> This has nothing to do with PHP at all - Safari on iOS just does not
> support uploads.
>
> Maybe this will help you - but it requires the users to install some
> sort of application to provide this functionality:
>
> <http://code.google.com/p/iphone-photo-picker/>
And some more like this: <http://picupapp.com/>
Maybe you just ask Google - seems this problem is well known ;-)
--
Arno Welzel
http://arnowelzel.de
http://de-rec-fahrrad.de
|
|
|