----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: s_hashim Message 2 in Discussion u can use html file control to do this task. Protected WithEvents MyFile As System.Web.UI.HtmlControls.HtmlInputFile MyFile.PostedFile.SaveAs(Serverpath whre u want to save the file) and dont forget to mention enctype in form tag <form id="Form1" method="post" runat="server" enctype="multipart/form-data"> ********** Keep Smiling, Regards. Sayad Hashim Ali Kazi Microsoft India Community Star. SQL Star International Ltd. SQL House, #13,Infocity,Madhapur, Hyderabad 500 081. Tel: +91-40-2310 1625(Off) +91-98491-29500(Cell) www.mugh.net -----Original Message----- From: BanupriyaVelmurugan [mailto:[EMAIL PROTECTED] Sent: Thursday, April 22, 2004 3:30 PM To: BDOTNET Subject: uploading file using asp dot net New Message on BDOTNET uploading file using asp dot net Reply Reply to Sender Recommend Message 1 in Discussion From: BanupriyaVelmurugan Hi I am reading the file path in one aspx page(sample.aspx) and saving the path to the DB in another aspx page(sample_save.aspx). How can I do the uploading. My requirement is to read the file path, saving it to the DB and to a folder. Thankyou 4 ur reply. reg Banupriya View other groups in this category. ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
