Hello,
I put the fckeditor into my website and it works perfect. I only have one problem with uploading larger SWF-files. I can only upload till 2 MB, but I want to be able to upload larger swf files. How can I change these settings?
Best regards Pien Vink
I put the fckeditor into my website and it works perfect. I only have one problem with uploading larger SWF-files. I can only upload till 2 MB, but I want to be able to upload larger swf files. How can I change these settings?
Best regards Pien Vink
Re: upload larger SWF files
Usually, the maximum allowed file size to upload is a restriction by the language you are using. For example, in PHP, you'll have to modify the php.ini file, while in ASP.NET you'll have to modify the web.config file.