I got most of my form working and checking fine. I am also able to upload files to my server appropraitely. Now I am hoping that I can get some assistance taking the form data ( input = text, not files) which isEncType="multipart/form-data".
I have used the FreeASPUpload and added my own information and destinations and it works.....except, either I can save the file with the enctype or I can send the email without the enctype. But I need both.
How can I take the input fields from my form and pass them through the freeASPUpload to my form validation and email send file?
Can someone offer a junior developer some help???