hi, I want to know how can i allow user to download an mp3 file on his click in asp.net vb.

Recommended Answers

All 3 Replies

>how can i allow user to download an mp3 file on his click in asp.net vb.

You can do so by creating/adding a dynamic link into web-page when that user has been authenticated & authorized.

Try this:
First add folder name it download then add abc.mp3 file and write the following code:

<a href="download/abc.mp3">Download Music</a>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.