Jump to content

FMSoft Mobile Touch Demo: File Upload (iPhone) - MyApp UnAble to


andyhill

Recommended Posts

Why does the prime.fmsoft.net UniGUI Touch Demo: File Upload - running on my iPhone allow access to my photos yet when I am using the mFileUploader in my project on my iPhone I can only access the camera - photos are withheld ?

 

This is not the case on Desktop - files are accessible.

 

Please show in code how to get the Mobile FileUploader to access either Camera or Files (photos) on iPhone - thanks. 

Link to comment
Share on other sites

I am only aware of

 

        FileUpload.Accept:= 'image';     // 'image',  'video', 'audio'
        FileUpload.Capture:= 'camera'; // 'camera', 'camcorder', 'microphone'
        FileUpload.Execute;
 
On Mobile (iPhone) is there a "File" option (to access photos) for Accept ?
Link to comment
Share on other sites

I would appreciate to learn how to access stored photos on an iPhone (not just camera/microphone) with the FileUploader component - Safari has the appropriate permissions and I am using the https transport protocol ?

Link to comment
Share on other sites

Farshad, I really need to be able to access photos on an iPhone with the FileUploader component via https protocol with Safari granted access.

 

As stated before, on Desktop it works fine, on updated iPhone we can only access the camera or microphone.

 

Please advise with work around (you obviously no how as your FMSOFT Mobile Touch Demo can).

Link to comment
Share on other sites

×
×
  • Create New...