hi i am working on a website (http://www.pentagon.ae/elips/) hosted on rackspace cloud. i changed upload_max_filesize 2MB to 128 for that i use .htaccess and put the following content
php_value post_max_size 128M
php_value upload_max_filesize 128M
php_value max_execution_time 6000000
php_value max_input_time 6000000
after that i am able to upload large file using cute editor for php file uploader from ie7
But it is not uploading from firefox 3.0.19
i am getting following error during any file upload
Server side exception, failed to upload medium_10.jpg
Debug Information:
UploadControl : Session expired! Please refresh the page and try again.
Can any body tell me why it is not uploading in Firefox and what will be the solution for that.
Thanks