
gerble1000
User
Aug 18, 2012, 2:47 PM
Post #28 of 31
(4888 views)
|
Re: [FishMonger] simple progress bar in my script
[In reply to]
|
Can't Post
|
|
ok im reading through and it says that its a space seporater, fair enough. i have implemented the array upload_files, and now its printing warnings on screen like this,
Uploading Image 1 .. ..... Notice: getimagesize(): Read error! in C:\Program Files (x86)\Apache Software Foundation\Apache2.2\cgi-bin\domainname\roundimage.php on line 7 Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files (x86)\Apache Software Foundation\Apache2.2\cgi-bin\domainname\roundimage.php:7) in C:\Program Files (x86)\Apache Software Foundation\Apache2.2\cgi-bin\g-e-s\roundimage.php on line 80 Warning: imagepng(): supplied argument is not a valid Image resource in C:\Program Files (x86)\Apache Software Foundation\Apache2.2\cgi-bin\domainname\roundimage.php on line 81 Warning: imagedestroy(): supplied argument is not a valid Image resource in C:\Program Files (x86)\Apache Software Foundation\Apache2.2\cgi-bin\domainname\roundimage.php on line 83 ... Notice: getimagesize(): Read error! in C:\Program Files (x86)\Apache Software Foundation\Apache2.2\cgi-bin\domainname\roundimage.php on line 7 Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files (x86)\Apache Software Foundation\Apache2.2\cgi-bin\g-e-s\roundimage.php:7) in C:\Program Files (x86)\Apache Software Foundation\Apache2.2\cgi-bin\domainname\roundimage.php on line 80 Warning: imagepng(): supplied argument is not a valid Image resource in C:\Program Files (x86)\Apache Software Foundation\Apache2.2\cgi-bin\domainname\roundimage.php on line 81 Warning: imagedestroy(): supplied argument is not a valid Image resource in C:\Program Files (x86)\Apache Software Foundation\Apache2.2\cgi-bin\domainname\roundimage.php on line 83 ..Complete Uploading Image 2 .. ..... Notice: getima i have definatly done something wrong
|