I have SharePoint Server 2010, account on Office365 and iOS app.
I need to upload 100KB, 500KB, 5MB, 50MB files on server via HTTP (not browser).
I've successfully uploaded 100KB to my SP via HTTP (PUT, POST), but uploading 144KB fails with connection failure. Same thing with all files >= 100KB.
What should I check in SP configuration to see if it has uploading file-size limit equals to 100KB?
P.S.: I've successfully uploaded all the files on Office365 with the same iOS app.