Multiple File upload



Upload form
@files = 4;
for(my $i=1;$i<=scalar(@$files);$i++){
print "File $i Path:&nbsp;";
print $query->filefield('excel');
print "<br><br>";
}

After form Submit
my @filehandles = $query->upload("excel");
print scalar(@filehandles); # Is always 1 even if I upload more than
one file

How do i upload multiple files with the same name and handle it using
cgi-lib?


Thanks
iavian






.



Relevant Pages

  • Re: Upload Limits?
    ... Frontpage upload form!= IIS nor ASP. ... ASP, ASP.Net, etc) determines what happens. ... I do see your point however my Frontpage upload form ...
    (microsoft.public.inetserver.iis)
  • Re: Question...
    ... I believe you can direct the upload (fp upload form) to any folder you like. ... I would not store the images in the database, ... >>> interrogate the data with custom SQL. ...
    (microsoft.public.frontpage.client)
  • Re: Upload In FP 2003
    ... >Spider Web Woman Designs ... >> I have created an upload form in FP 2003 all is fine and ... >> file size is over 5mb It will not upload? ... >> Is it the time out on the server IIS 6.0? ...
    (microsoft.public.frontpage.programming)
  • Re: Upload In FP 2003
    ... Joe wrote: ... > I have created an upload form in FP 2003 all is fine and ... > file size is over 5mb It will not upload? ... > Is it the time out on the server IIS 6.0? ...
    (microsoft.public.frontpage.programming)
  • Not able to allow annonomous users to upload to my folder
    ... I am trying to place an upload form into my website. ... users to upload to the folder and for uploaded files to write over files that ... By the way the allowing scripts option is not ...
    (microsoft.public.frontpage.client)