big file uploading problem
Posted: Fri May 18, 2007 12:14 pm
i am trying to upload a file which is approx 8 MB. The connection is reset while uploading file. I have checked ini setting that is
post_max_size 50M
upload_max_filesize 50M
memory_limit 20M
max_input_time -1
max_execution time 90
I have changed max_execution_time to -1 and increased memory limit but each time i got connection reset error.
i want to upload a big file upto 50MB so how can i do this when i can't upload a 8 MB file?
I have tried to upload file using thinsliceupload java applet program to upload but i read somewhere that we can't use "put" method on shared server. so i failed to upload the file.
post_max_size 50M
upload_max_filesize 50M
memory_limit 20M
max_input_time -1
max_execution time 90
I have changed max_execution_time to -1 and increased memory limit but each time i got connection reset error.
i want to upload a big file upto 50MB so how can i do this when i can't upload a 8 MB file?
I have tried to upload file using thinsliceupload java applet program to upload but i read somewhere that we can't use "put" method on shared server. so i failed to upload the file.