Your form needs to be EncType="Multipart/Form-Data" Like so.... <form method="post" EncType="Multipart/Form-Data" name="submitDocForm" action="submit.asp">
<input type="file" size="45" name="fileIdent" Title="Attach File"> </form> Then you will probably need some type of upload software such as ASPUpload or Dundas. Dundas has a free upload, but it is not as robust as ASPUpload. -Cheryl -----Original Message----- From: Casey Crookston [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 9:55 AM To: [EMAIL PROTECTED] Subject: [wdvltalk] [.asp] Attach docs with forms Okay, ever seen the little tools that allow you to attach a document and submit it with a form? They have a little "Browse" button that let's you select the file you want off your own hard drive... Right? How is this done? Server-side? Client-side? I'm using .asp/IIS. Many thanks in advance, Casey ____ * The WDVL Discussion List from WDVL.COM * ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
