(Created page with 'The maximum upload size can be adjusted for each resource type in its [[CKFinder/Developers_Guide/ASP/Configuration/Resource_Types/Built-in#Changing_the_default_resources|configu…') |
(Article contents proof-read) |
||
Line 1: | Line 1: | ||
− | The maximum upload size can be adjusted for each resource type in its [[CKFinder/Developers_Guide/ASP/Configuration/Resource_Types/Built-in#Changing_the_default_resources|configuration]], but sometimes you might want to upload a file and the process will fail. This is usually due to the maximum size allowed for an | + | {{#CUSTOMTITLE:Adjusting Maximum Upload Size}} |
+ | The maximum upload size can be adjusted for each resource type in its [[CKFinder/Developers_Guide/ASP/Configuration/Resource_Types/Built-in#Changing_the_default_resources|configuration]], but sometimes you might want to upload a file and the process will fail. This is usually due to the maximum size allowed for an ASP.NET request in the server configuration. | ||
− | In order to fix it, if you | + | In order to fix it, if you do not have direct access to the server, you should ask your hosting provider to increase this limit for you. If you have full control over the server, then you can follow the steps outlined in this [http://support.microsoft.com/kb/327659 MS KB article] or follow this other [http://www.banmanpro.com/support2/File_Upload_limits.asp visual guide]. |
Latest revision as of 16:29, 7 December 2011
The maximum upload size can be adjusted for each resource type in its configuration, but sometimes you might want to upload a file and the process will fail. This is usually due to the maximum size allowed for an ASP.NET request in the server configuration.
In order to fix it, if you do not have direct access to the server, you should ask your hosting provider to increase this limit for you. If you have full control over the server, then you can follow the steps outlined in this MS KB article or follow this other visual guide.