Hi guys,
I want to use FCKEditor because TinyMCE's uploader is not free.
But I don't want images larger 100kb be uploaded.
What should I do?
I want to use FCKEditor because TinyMCE's uploader is not free.
But I don't want images larger 100kb be uploaded.
What should I do?
Re: How to limit uploaded image size
nMaxSize = 1048576
Re: How to limit uploaded image size
Add a script at the server side to check file size and reject them if it is too big.
You can also use fckeditor with a third party file uploader (which I won't name here). Go search for it.