in reply to Reaped: Re^4: Range File Open
in thread Range File Open
The point is, when the html form contains several values that all has the same name, then your script can pick up those as an array or list, e.g.
my @selected = param('selected_files');
or whatever the name of your html form selection element is.
|
|---|