C# .NET - how to access destination path using fileupload in windows application
Asked By mani on 20-Mar-12 01:11 AM
hi..i have to access destinaition folder to save my file from windows application..please any help?
D Company replied to mani on 20-Mar-12 02:08 AM
When u use FileUpload control, automatically it opens a window and ask u to browse that folder/location where u want to save. either in same system or the system in the network. MSDN has good article about this.
A complete step by step process is here follow this article and let us know in case u need more help on this.
http://msdn.microsoft.com/en-us/library/w3kksch7%28VS.90%29.aspx
Regards
D