PDA

View Full Version : upload proplem


ss1
10-19-2006, 05:32 PM
I have problem with your uploader
Once I start to upload any file the progress bar start
And the page start to load as well ………few minutes later the page finish loading and the browser give that the page done
then the uploading speed start to decrease gradually till it stop
So any file bigger then 5 mega will stop the uploading process within the middle


Would you please support me as soon as possible
Thanks

brmja@hotmail.com
10-19-2006, 10:48 PM
write this in .htaccess

php_value register_globals on
php_value max_execution_time 250M
php_value upload_max_filesize 250M
php_value post_max_size 250M

and change 250M to any size you wont

sorry for bad english :confused:

MtRp

lange
10-20-2006, 03:07 PM
Check php.ini maybe you "upload_max_filesize 5MB" so its helpfully to edit this to ...

ss1
10-20-2006, 04:09 PM
php.ini is ok
upload_max_filesize 1000MB
so nothing wrong with php