PDA

View Full Version : Progress Bar Sits At Initializing..


BigUploads
11-05-2006, 07:51 PM
When using form upload, I uploaded a file and after 2 minutes it was done. The problem is, the whole time the progress bar just sat at "Initializing".


Any ideas?

stdio
11-06-2006, 10:27 AM
Hi,

Make sure all cgi files are uploaded in ASCII mode and are chmoded to 755. If you still get this, let us know.

Thanks.

BigUploads
11-06-2006, 11:18 AM
Yes I am still having this trouble.

lovercxy
11-07-2006, 04:02 AM
i have this problem too

yabsoft
11-07-2006, 04:12 AM
Please edit cross.php, line 18:
set_time_limit(0);
to

@set_time_limit(0);