Associate uploaded file with record?
Question:
I've built a headhunter database in SQL with a web front end (Dreamweaver UltraDev4/Fireworks4). I've had a horrible time trying to get the upload function working for candidate's resumes. I'm thinking of purchasing the Pure ASP Uploader, though want to know whether it will be able to resolve my issue - When an individual's contact info is entered (Basic form insering the data into the SQL database), I would like to have an "upload resume" option at the bottom of the form. I want the resumes to be stored in a physical folder outside the root, but when that candidate's contact info is viewed at a later time, I would like there to be a link to that individual's resume. Is this possible with Pure ASP Uploader?
Well this is the power of Pure ASP Upload! There is no need for any hand code! You can use the standard Insert/Update Record Server Behaviors to add records and filenames of the uploaded files will be inserted too! All fully automatic!
I've built a headhunter database in SQL with a web front end (Dreamweaver UltraDev4/Fireworks4). I've had a horrible time trying to get the upload function working for candidate's resumes. I'm thinking of purchasing the Pure ASP Uploader, though want to know whether it will be able to resolve my issue - When an individual's contact info is entered (Basic form insering the data into the SQL database), I would like to have an "upload resume" option at the bottom of the form. I want the resumes to be stored in a physical folder outside the root, but when that candidate's contact info is viewed at a later time, I would like there to be a link to that individual's resume. Is this possible with Pure ASP Uploader?
Answer:
Well this is the power of Pure ASP Upload! There is no need for any hand code! You can use the standard Insert/Update Record Server Behaviors to add records and filenames of the uploaded files will be inserted too! All fully automatic!
Comments
Be the first to write a comment
You must me logged in to write a comment.