User117129740 posted
I'm trying to upload files to a Asp.Net application (SharePoint) that has Windows Authentication enabled. The upload works fine with Android, desktop, but iOS is giving me trouble.
I did some research and came across this question:
iOS 6 (iPhone/iPad) Image Upload "Request Body Stream Exhausted" with NTLM/Windows Authentication It seems this is a bug in Safari for iOS. The answer in this post does not help me.
I must use windows authentication, and I am not allowed to create another web app.
Is there any sort of hack, or workaround to this? The only one I can think of is create a separate app to handle uploads, but like I said, I am not allowed to do that.