Hi folks.
Got the ckeditor asp.net component working great - what a fantastic component! The one thing that's bugging me is limiting the size of the file you can upload.
My website is hosted remotely and is controlled by the Plesk interface (so I dont have access to IIS). I've tried putting this in my web.config but it has no effect:
<httpRuntime executionTimeout="110" maxRequestLength="2" />
I thought this issue would've been done to death, but I can't find a solution anywhere?
Thanks for any help.
CP.
Wed, 12/01/2010 - 18:55
#1
Re: Asp.net file upload size?
Re: Asp.net file upload size?
I have the same problem
Re: Asp.net file upload size?
.....by the looks of it (based on the lack of responses), it's not possible. Which is a shame considering it probably only requires about 10 lines of code.
If you have set baseUrl,
If you have set baseUrl, baseDir (if it was needed) correctly and didn't touch anything in resource types (max size 0 == unlimited)
http://docs.cksource.com/CKFinder_2.x/Developers_Guide/ASP.NET/Configuration/Resource_Types/Built-in
then there is no other way in which CKFinder can limit file upload and you have to configure your application correctly.
Please see below link for detailed explanation: http://weblogs.asp.net/jgalloway/archive/2008/01/08/large-file-uploads-in-asp-net.aspx
If it helped, please leave a comment.
this post great! Thanks for
this post great! Thanks for share
I have the same problem
I have the same problem