Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Uploading Photos from Mobile Devices using CF

New Here ,
Dec 27, 2009 Dec 27, 2009

We have ported several of our top website features to a new mobile platform and all is working great.

However, one thing I don't know how to do is to access the file system on a mobile device so we can allow our visitors to upload photos using CF.

The normal form tag <input type="File" name="MYIMAGE" size="50" maxlength="100" accept="image/jpeg"> does not work on any mobile devices I tested.

Any assistance would be appreciated. thanks -

455
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 31, 2009 Dec 31, 2009
LATEST

This isn't really a CF question, it's more a question about what sort of mark-up mobile devices support.  CFML runs on the CF server, not on the client device.   You're probably better off asking this sort of thing on a mobile device forum.

I was rather surprised that my iPhone (or the Safari implementation on it) did not know what to do with a simple <input type="file">.

--

Adam

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources