ASP.NET brose button opening in specified directory

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • developing
    New Member
    • Mar 2007
    • 110

    ASP.NET brose button opening in specified directory

    Hey all,

    I am using the FileUpload control in ASP.NET to upload a file. Its working jsut fine.

    I need to implement it so that when you click 'Browse', the dialog opens up in a specified directory. I dont know how to set this direcotory...pl ease help..

    how do i specify the opening base directory?
  • Curtis Rutland
    Recognized Expert Specialist
    • Apr 2008
    • 3264

    #2
    I'm fairly certain that this isn't possible, especially not with .NET code. Perhaps there is some javascript that can do this for an <input type="file"> which is what a fileupload control is rendered as. But if there is, I don't know it.

    Comment

    Working...