- or download this
<input type="file" name="file_1">
<input type="file" name="file_2">
<input type="file" name="file_3">
- or download this
if ($fileList[0]) {
my $uploadCnt = 3;
...
my $fileRef = $m->comp("fileUploader.mas",upload_file=>$up
+file);
}
}
- or download this
my $fileRef = $m->comp("fileUploader.mas",upload_file=>$file_1);