D
diegodelima.poa
I need to upload multiple files using inputs with the same name, like
an array of files.
I know CGI.pm understands pretty well any number of inputs of type text
with the same name, and i've been using it for a while. This time I
need the same behavior with uploading files.
Is this possible?
I know many will advice me to use file1, file2, fileN, but I have some
platform specific reasons that would meke it lots easier to me if using
the same param names where possible.
Thanks!
Diego de Lima
an array of files.
I know CGI.pm understands pretty well any number of inputs of type text
with the same name, and i've been using it for a while. This time I
need the same behavior with uploading files.
Is this possible?
I know many will advice me to use file1, file2, fileN, but I have some
platform specific reasons that would meke it lots easier to me if using
the same param names where possible.
Thanks!
Diego de Lima