i am having trouble with uploading, when i upload big size file like >2M it hang the browser and show blank screen and file does not get upload. upload_max_filesize is set 8M But when same thing on local network works file, seems problem in more setting. please help Rajesh Soni
Maybe your script reaches max execution time before it uploads your file? Try: void set_time_limit ( int $seconds ); and set $seconds = 600; 10 minutes should be enough time to upload 2 Mb file.