
gerble1000
User
Aug 18, 2012, 2:09 PM
Views: 5223
|
|
Re: [FishMonger] simple progress bar in my script
|
|
|
my bad, i forgot to refresh the html page, works lovely :) im going to have a play and use the same technique for the other paramaters, what does this actually do my %param = $cgi->Vars; oh and does the "0" in this line start the array at [0] my @upload_files = split("\0", $param{'uploadfile'}); if so could i start it at 1 like this my @upload_files = split("\1", $param{'uploadfile'});
(This post was edited by gerble1000 on Aug 18, 2012, 2:16 PM)
|