PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, February 5, 2022

[FIXED] How do I allow iOS users to upload a document via an html input field on my website?

 February 05, 2022     html, ios, php, upload, wordpress     No comments   

Issue

I have a contact form 7 plugin on my wordpress site, I want to allow users to upload a CV. On iOS devices though users are only given options to take a photo or upload a photo. On android and any other device I'm able to choose file.

Is there any way to get around this iOS functionality?


Solution

This is not possible within Safari. Safari, and most iOS apps, operate within a sandbox, meaning they can't access other data and cannot read files outside their scope. I think iOS only supports photo uploads.



Answered By - scott
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing