I have looked through the various forum posts about having to add settings to the web.config to alter the requestlimits. However, the don't seem to help me. I am running Umbraco 7.0.4 on IIS8 and I am trying to upload an 8MB PDF. I immediately get an unhelpful error message saying:
Server error: Contact administrator, see log for full details. undefined
Thanks for the response. The code above worked.. Although I'm a little embarrased to admit it... I think I was adding these settings in the wrong place.....
Media File Size Limit
I have looked through the various forum posts about having to add settings to the web.config to alter the requestlimits. However, the don't seem to help me. I am running Umbraco 7.0.4 on IIS8 and I am trying to upload an 8MB PDF. I immediately get an unhelpful error message saying:
Server error: Contact administrator, see log for full details. undefined
Nothing seems to be added to the logs.
Does anyone know what to do here?
Hi Robert
Could you please share what your looks like? Are you certain you have set it to a proper amount? and have you added the timeout as well?
If you add the above attributes to your
Perhaps you also need to add this
If setting the above stuff does not help then try having a look at this post http://our.umbraco.org/forum/using/ui-questions/7441-Another-uploading-large-files-and-zip-files-issue#comment27330
Hope this helps.
/Jan
I have added the following:
Hi Robert
Ok - Did you also try the tip from the post I linked too?
Have you checked to see if the /app_data/logs file reveals any usefull information?
/Jan
Argh, just realised the code in my first post did not make it. But it suggested what you have posted above yourself.
Damn markdown editor! :)
/Jan
Jan,
Thanks for the response. The code above worked.. Although I'm a little embarrased to admit it... I think I was adding these settings in the wrong place.....
Sorry for wasting your time!
Rob
Hi Robert
Glad you figured it out - those silly little mistakes happen to all of us - Don't worry about that :)
Cheers, Jan
is working on a reply...