-
Upload question
Hello,
I am trying a new server out and I had problems uploading a 22 meg file. Vshare gave me the following message. I have never seen this before, in the pass it would time out.
Temporary File Name :
File Size :0
File Type :
File Name :Chapter 14.avi
The file you are trying to upload is too big.
I emailed the host company to see what the limit is set to in the php.ini file and I also added the code recommended in this thread...
http://forums.buyscripts.in/viewtopic.php?t=9
On the other server I am using it did the trick, but not on this new one. I am assuming the php.ini file is set to 100 meg. If they come back and tell me that I am correct then where else could this problem be fixed?
-
You see the error because the file is not uploded to the server, this may be due to php.ini setings or some server problem.
What is the site url ? if you post site url, i can check your phpinfo to verify this.
-
-
Your script execution time is only 30 seconds, you must increase that, also upload_max_filesize 16M
Make the settings as per - http://www.vshare.in/requirements.html
-
Even if you change yor htaccess as per instructions you also need to make sure the php.ini is the same, my hosting company did some investigating for me, and they found the script will timeout if the settings in htaccess are not the same as your php.ini so make sure they are. Also shared hosting will restrict you a heap as you may not get to change the php.ini.