I do not work a ton with Perl but enough to accomplish small tasks. I have hit a wall with my current task. I want to upload a file from the users local drive to the server but... I also have drop-down & text boxes with data that needs to be parsed out in the perl script.
I can upload the file if I include 'ENCTYPE="multipart/form-data"' in the <FORM> tab but, I am having trouble parsing the data. If I take out the 'ENCTYPE="multipart/form-data"' then I can parse the data fine but my file will not upload.
Does anyone have code that will allow me to both upload the file and parse out the data sent allong in the HTML POST transmission?
I can upload the file if I include 'ENCTYPE="multipart/form-data"' in the <FORM> tab but, I am having trouble parsing the data. If I take out the 'ENCTYPE="multipart/form-data"' then I can parse the data fine but my file will not upload.
Does anyone have code that will allow me to both upload the file and parse out the data sent allong in the HTML POST transmission?