Jump to content

-=j0nnyr0773n=-

Members
  • Posts

    2
  • Joined

  • Last visited

-=j0nnyr0773n=-'s Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. I figured it out, here it is in case anyone else wants to know. Instead of making a html form that posts to an .ASP file, just combine the two in one like so. Also there is no need to separately upload the files before attaching them to the message, this code does it all at once, to see the finished product go to http://www.selfcenteredproductions.com/resume.asp -=j0nnyr0773n=-
  2. Hey all, I have created an AspEmail form that works flawlessly. Also on the same page I have created two fields that you can browse your local pc and click upload to upload two files to a directory called /upload on the web server via ASPupload. Now I want to be able to attach those two specific files to the mail form when it is submitted to the server. My predicament is that all the documentation I have come across says you need to specifically state the exact path to the filenames to be attached eg... Now that is fine, I understand that but in my situation users will be uploading resumes and headshots to the server from their own pc's and the filenames and types will be different everytime. The locations will be the same but the names and types different. Is there a way to tell the form to attach the two last uploaded files to the message? Here is a sample of my code: Thank you in advance for any insight. -=j0nnyr0773n=-
×
×
  • Create New...