
August 3rd, 2004, 12:34 PM
|
|
Registered User
|
|
Join Date: Jun 2004
Posts: 28
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
How do you create an upload on a form so that the file gets sent to the database?
Hi there,
I have a form written in JScript and ASP and I need to create an upload area for files of any type, <form enctype="multipart/form"> <input="file" >...etc. The data in the form currently gets sent to a SQL database. How does the uploaded file get to the sql database? I read somewhere that the field type is "image"?
The other challenge is that an email gets sent to a person with a link to view the web based form with all the data. But how is this person going to view the uploaded file? Ideally I'd like for them to receive the file as an attachment. Is this possible?
Please help!
Thank you,
Barnes
|