Guys I am making an application that plays a media file from a folder of my solution. I have to allow the user to download the very file that is playing. Any help?
I am on VS2010 (c#)
Guys I am making an application that plays a media file from a folder of my solution. I have to allow the user to download the very file that is playing. Any help?
I am on VS2010 (c#)
Take a look at this short sample code:
You can get to the file in your solution with the
Server.MapPathmethod.