My task is to design an Upload form which allows the user to chose some files on his machine and upload them to the server.
Now I know using ASP.NET you can use the HTMLInputFile Control to do this. But my boss doesn't want the default Load File Dialog to open. He wants an aspx page which would allow browsing the file system just like in explorer. i.e. on the left you have the folders and on the right the files.
So does anyone have an idea on how to do that? I couldn't find anything useful
Thanks in advance
Now I know using ASP.NET you can use the HTMLInputFile Control to do this. But my boss doesn't want the default Load File Dialog to open. He wants an aspx page which would allow browsing the file system just like in explorer. i.e. on the left you have the folders and on the right the files.
So does anyone have an idea on how to do that? I couldn't find anything useful
Thanks in advance