Hi friends
I have a problem in Fckeditor.
I am able to upload image or flash file from fckeditor locally. means in localhost upload is working fine but in website if size of image or flash file is more than 150 KB then upload is not done...
in localhost i am able to upload more than 1 MB image but in website if it is upto 150 then only upload is done
so pls help regarding this...
thanks in advance
- Pranav
I have a problem in Fckeditor.
I am able to upload image or flash file from fckeditor locally. means in localhost upload is working fine but in website if size of image or flash file is more than 150 KB then upload is not done...
in localhost i am able to upload more than 1 MB image but in website if it is upto 150 then only upload is done
so pls help regarding this...
thanks in advance
- Pranav

RE: image and flash Upload problem in fckeditor
apparently it seems that your web server does not accept files bigger than 150KB. Check the config of the server.
As regards PHP server, have a look at the php.ini file: "upload_max_filesize" line. If you don't have access to this file, just run a <? phpinfo(); ?> scriptHope it helps
Dom
RE: image and flash Upload problem in fckeditor
but my web server support more than 1 mb coz in another operation i am uploading more than 1mb size file so can u pls tell me any other things
thanks in advanse again
-Pranav
RE: image and flash Upload problem in fckeditor
so pls help me