User Profile

Collapse

Profile Sidebar

Collapse
TheWeapon
TheWeapon
Last Activity: Nov 16 '08, 04:26 AM
Joined: Nov 16 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • TheWeapon
    replied to How to parse a multipart form in CGI/PERL?
    in Perl
    The Vars method is exactly what I was looking for, tyvm Kevin helped me tremedously.
    See more | Go to post

    Leave a comment:


  • TheWeapon
    started a topic How to parse a multipart form in CGI/PERL?
    in Perl

    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;...
    See more | Go to post
No activity results to display
Show More
Working...