How is it possible to download a file in ASP.NET? Is there a sample code plos? Thanks
Printable View
How is it possible to download a file in ASP.NET? Is there a sample code plos? Thanks
That's like asking 'How do you turn on the car?'.
What are you trying to do that's not working?
What's the situation?
Is this an HTML question?
I am basically trying to fix my original problem which is that a user can see an .avi file on my web site which is in ASP.NETQuote:
Originally posted by Lord_Rat
That's like asking 'How do you turn on the car?'.
What are you trying to do that's not working?
What's the situation?
Is this an HTML question?
I believe first of all the user has to download the .avi This is what I would like to do.
Thanks
<embed src="test.avi" height="200" width="200"></embed>
What happens?
Nothing happens.