Kitz ADSL Broadband Information
adsl spacer  
Support this site
Home Broadband ISPs Tech Routers Wiki Forum
 
     
   Compare ISP   Rate your ISP
   Glossary   Glossary
 
Please login or register.

Login with username, password and session length
Advanced search  

News:

Author Topic: iOS devices having problems with file uploads  (Read 3108 times)

chenks

  • Kitizen
  • ****
  • Posts: 1106
iOS devices having problems with file uploads
« on: January 09, 2019, 08:27:36 AM »

i have a strange issue here.
we've recently moved a website over from windows server 2003 to windows server 2008 (IIS).
the site is majority html/asp with a little PHP (specifically for file uploads).

the site still works as expected on every device/browser except for iOS.
on any iOS device with any browser the file upload section no longer works, it attempts to upload the file then fails.
on every other device (android mobile, desktop, any browser) the file upload section works fine.

would there be any reason why an iOS device would fail to work when every other device does?
« Last Edit: January 09, 2019, 08:31:54 AM by chenks »
Logged

chenks

  • Kitizen
  • ****
  • Posts: 1106
Re: iOS devices having problems with file uploads
« Reply #1 on: January 10, 2019, 02:42:40 PM »

ink i've found the issue.

the php.ini had a very low upload_file_size limit, whereas my actual php script had a high one.

iOS devices were creating files that exceeded the first limit but below the second - thus causing the error.

i've now increased the limit in php.ini.
Logged