Internet > Web Hosting & Web Design

iOS devices having problems with file uploads

(1/1)

chenks:
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?

chenks:
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.

Navigation

[0] Message Index

Go to full version