I am just beginner in ASP.NET. In my project:
- i have to upload music mp3 folder . here i use asp.net upload control and i can only select a file , i can't select folder. So, how will i do to achieve this.
- After select and upload the music folder, i want to show all music file (mp3 songs) contain in uploaded folder on asp.net page..
- Then i want to upload(save) this songs file to server (ftp)
- I also want to use progress bar in uploading process.
So , please answer my questions. And thanks a lot.