"maxRequestLength - Attribute limits the file upload size for ASP.NET application. This limit can be used to prevent denial of service attacks (DOS) caused by users posting large files to the server. The size specified is in kilobytes. The default is "4096" (4 MB). Max value is "1048576" (1 GB) for .NET Framework 1.0/1.1 and "2097151" (2 GB) for .NET Framework 2.0."
I really appreaciate that and this may sound exceptionally dumb, but where do I locate web.config..? Like I sad I am brand spanky new to this and have not developed before...
Problem uploading media
Hello all,
I am new to Umbraco and am having problems when uploading an MP3 media type where I get internal server error, any ideas why?
we are planning to sotre the MP3 files for podcasts to be access from the site..
Thanks
Matt Spain Kier Business Services
Hi Matthew and welcome to our :-),
How big is the size of the MP3 file that you are trying to upload to the media library?
Looking forward to hear from you.
/Dennis
HI Dennis
Thanks so much for getting in touch. The MP3's range from 5-14mb....
Look forward to hearing from you
Matt
You might need to change the maxRequestLength in the Web.conifg as the file size is limited to 4mb
"maxRequestLength - Attribute limits the file upload size for ASP.NET application. This limit can be used to prevent denial of service attacks (DOS) caused by users posting large files to the server. The size specified is in kilobytes. The default is "4096" (4 MB). Max value is "1048576" (1 GB) for .NET Framework 1.0/1.1 and "2097151" (2 GB) for .NET Framework 2.0."
Hi Jon
I really appreaciate that and this may sound exceptionally dumb, but where do I locate web.config..? Like I sad I am brand spanky new to this and have not developed before...
Thanks
Matt
Hi Matt,
The web.config file is located in the folder structure of your Umbraco installation.
I have just created a screenshot for you so you have an idea where to find it.
Hope this helps,
/Dennis
Dennis, you are a diamond....
I'll give it a go and see what happens....you may very well hear from m again soon... :-)
is working on a reply...