I am using sp 2010. I have 2 differant web applications. I try to copy a pdf document from webapplication1 to webapplication2. I do this by opening the file explorer from these 2 webapplications. It is working with all small documents, but I have 1 big pdf document from 56 mb. It gives me this error:
Error 0x800700DF: The file size exceeds the limit allowed and cannot be saved
But when I copy this large pdf document to my local machine (desktop). And then copy this local pdf document to webapplication2 by the fileexplorer it is working fine. No errors. Also when I upload this document from the GUI in the document library in webapplication2 it is working fine without errors. So it looks like there is another limit in the fileexplorer which is not equal to the GUI. Can someone explain?