User Profile
Collapse
-
The Vars method is exactly what I was looking for, tyvm Kevin helped me tremedously. -
How to parse a multipart form in CGI/PERL?
Im trying to parse form data from a form that has an input type: file, which requires a multipart encode. The form also has other input text boxes, the names of which are populated on the fly so the names of the text boxes are unknown to hard code into the script that parses the form. Most of the research I've done on how to parse multipart forms suggests to use a format such as the following:
$mycgi = new CGI;
print $mycgi->header;...
No activity results to display
Show More
Leave a comment: