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 All,
I am using Umbraco 6.0.5 for my website.
When I am trying upload images in media application pool stops.
It gives 503 Service Unavailable.
Can any one help?
Thanks in advance.
Regards,
Vrushank
Hello,
The file is probably bigger than 4 mb. Try setting the maxRequestLength to a bigger size in the web.config.
For example:
<httpRuntime requestValidationMode="2.0" maxRequestLength="200000" executionTimeout="10800" />
Jeroen
Sorry I don't really understand what you mean. By default the maxRequestLength isn't in the web.config which means it's set to 4mb. By adding it in the web.config you can change the file size to a bigger size. For example 200000 is 200mb.
Check the eventlog of your IIS server, you should find more information about why the app pool stopped.
Could be rapidfailure protection, but then you'd need to see errors in the eventlog.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
App Pool stops while uploading Image in media
Hi All,
I am using Umbraco 6.0.5 for my website.
When I am trying upload images in media application pool stops.
It gives 503 Service Unavailable.
Can any one help?
Thanks in advance.
Regards,
Vrushank
Hello,
The file is probably bigger than 4 mb. Try setting the maxRequestLength to a bigger size in the web.config.
For example:
Jeroen
Sorry I don't really understand what you mean. By default the maxRequestLength isn't in the web.config which means it's set to 4mb. By adding it in the web.config you can change the file size to a bigger size. For example 200000 is 200mb.
Jeroen
Check the eventlog of your IIS server, you should find more information about why the app pool stopped.
Could be rapidfailure protection, but then you'd need to see errors in the eventlog.
is working on a reply...