uploading file

liunx

Guest
Hi,
I have an asp page that takes in user input via a form and drops values into Access97 DB table.
I want to have the capability of aving a person upload a document together with filling out this form. I am not sure exactly how it works... where would the document go?
Does anyone have an example of how to do that??
I already figured out that I am suppose to use a FileField in the html page wich will be in a form.... but how do I process it????

Thanks,
Juls.The file can go wherever you want it to, as far as the actual processing of the data sent by the form, try looking at any of these exisitng ASP script to get the idea...

<!-- m --><a class="postlink" href="http://www.aspin.com/func/search?tree=aspin%2Ftutorial&qry=file+upload&cat=tree&x=18&y=11">http://www.aspin.com/func/search?tree=a ... &x=18&y=11</a><!-- m -->

Regards,
KevinHi

try <!-- m --><a class="postlink" href="http://4guysfromrolla.com/">http://4guysfromrolla.com/</a><!-- m --> you can Download upload ASPcomponent or asp101.com.
 
Top