Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
on localhost, I can upload pdfs files into the Media section using the File data type.
On UAT, it seems to timeout, the Save button fades and just stays faded, not uploading the file. The file was not that large,
Whats the problem here?
Thanks a lot!
2 things to check,
First - file permissions on the media folder (NETWORK SERVICE/IUSR)
Second - Max file size limitation in web.config this is an example where I had clients trying to upload obscenely large pdfs 120mb+
<security> <requestFiltering> <requestLimits maxAllowedContentLength="157286400" /> </requestFiltering> </security>
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Pdf files not uploading on UAT server
Hi,
on localhost, I can upload pdfs files into the Media section using the File data type.
On UAT, it seems to timeout, the Save button fades and just stays faded, not uploading the file. The file was not that large,
Whats the problem here?
Thanks a lot!
2 things to check,
First - file permissions on the media folder (NETWORK SERVICE/IUSR)
Second - Max file size limitation in web.config this is an example where I had clients trying to upload obscenely large pdfs 120mb+
is working on a reply...