how to add a folderBrowserDialog in asp.net(vb)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • simonyong
    New Member
    • Jul 2008
    • 28

    #1

    how to add a folderBrowserDialog in asp.net(vb)

    Hello,
    Is it possible to pop up a dialog that to let user choose where to save their file
    same as in window application
    I need to get the path to save the file to user local disc
    Right now I just can save the file with pre-define such as C:\\

    Thanks for teaching
  • Curtis Rutland
    Recognized Expert Specialist
    • Apr 2008
    • 3264

    #2
    http://msdn.microsoft.com/en-us/libr...iledialog.aspx

    Use the MSDN or Google before you come here. You would save so much of your time and ours.

    Comment

    • simonyong
      New Member
      • Jul 2008
      • 28

      #3
      Originally posted by insertAlias
      http://msdn.microsoft.com/en-us/libr...iledialog.aspx

      Use the MSDN or Google before you come here. You would save so much of your time and ours.

      Thanks for giving the link

      But please see properly what im asking for :
      asp.net web application, not window application
      maybe im newbie and im soooo stupid for searching no result in internet and just only post here to get some senior's direction
      i'm just a newbie and trying my best to get my work done
      If this is a so stupid question, please don't reply to me !!

      Comment

      • Curtis Rutland
        Recognized Expert Specialist
        • Apr 2008
        • 3264

        #4
        Sorry, I was sleepy and didn't see that.

        No, there is no way to do that...with ASP.NET, you cannot define where a file is downloaded to...you can present the file for download, and it's up to the browser to give you a dialog to determine where to save the file.

        Comment

        Working...