Connecting Tech Pros Worldwide Forums | Help | Site Map

Uploading large files results in blank screen

Newbie
 
Join Date: Jul 2007
Posts: 2
#1: Jul 5 '07
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

also added set_time_limit(0); in my script

But same thing on local network works file, seems problem in more setting.

please help

Rajesh Soni

dafodil's Avatar
Needs Regular Fix
 
Join Date: Jul 2007
Location: Philippines
Posts: 393
#2: Jul 5 '07

re: Uploading large files results in blank screen


Quote:

Originally Posted by sonirajesh

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

also added set_time_limit(0); in my script

But same thing on local network works file, seems problem in more setting.

please help

Rajesh Soni


Please complete your code how can we check it.....
ronnil's Avatar
Expert
 
Join Date: Jun 2007
Posts: 132
#3: Jul 5 '07

re: Uploading large files results in blank screen


are php errors set to display?

have your tried letting you browser sit there for like 5 minutes or so? files take a while to upload, and when the browser "hangs" it's probably a sign that it's uploading the file.
dafodil's Avatar
Needs Regular Fix
 
Join Date: Jul 2007
Location: Philippines
Posts: 393
#4: Jul 5 '07

re: Uploading large files results in blank screen


Have you tried to upload a lighter file size like 1kb?

If it uploaded you can be assured that there was no error in your code...
pbmods's Avatar
Site Moderator
 
Join Date: Apr 2007
Location: Texas
Posts: 5,435
#5: Jul 5 '07

re: Uploading large files results in blank screen


Changed thread title to better describe the problem.
Newbie
 
Join Date: Jul 2007
Posts: 2
#6: Jul 5 '07

re: Uploading large files results in blank screen


Thanks for reply.

File upload work on our local n/w, and lighter file also get uploaded on server but large file get hang,

sorry for my english.
dafodil's Avatar
Needs Regular Fix
 
Join Date: Jul 2007
Location: Philippines
Posts: 393
#7: Jul 5 '07

re: Uploading large files results in blank screen


Quote:

Originally Posted by sonirajesh

Thanks for reply.

File upload work on our local n/w, and lighter file also get uploaded on server but large file get hang,

sorry for my english.

Did you try waiting for it? maybe it just take so much time before it uploads...
Reply