PDA

View Full Version : need help



amir1974
March 11th, 2006, 16:40
i m ruing a file hosting site
sometime if i upload a big file 60mb it gives a upload error after it has uploaded the whole file it give a msg human verfication failed
i m runing a script from sendscript dot com and i have mailed them this is wat thy wrote to me


It's not the verification.

That's just a message it uses when failing.

It usually fails to upload files due to some server restriction or failed connection with the server which the script or any script can do anything about.

Removing the verification will not solve your problem.

It is usually to do with the server set up.

i have didecatedserver and everything on server to b fine any idea

Brandon
March 11th, 2006, 17:07
Check php.ini and check the max file size parameter.

amir1974
March 11th, 2006, 20:41
Maximum upload size is 75MB
max_execution_time = 60 ;
Maximum execution time of each script, in seconds max_input_time = 1800 ; Maximum amount of time each script may spend parsing request data memory_limit = 12M ;
Maximum amount of memory a script may consume (8MB)
Maximum File size 120mb
maximumpost size 120mb

still getting this error