Results 1 to 5 of 5

Thread: Download file

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2002
    Location
    London
    Posts
    678

    Download file

    How is it possible to download a file in ASP.NET? Is there a sample code plos? Thanks

  2. #2
    C# Aficionado Lord_Rat's Avatar
    Join Date
    Sep 2001
    Location
    Cave
    Posts
    2,497
    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?
    Need to re-register ASP.NET?
    C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i

    (Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2002
    Location
    London
    Posts
    678

    multimedia

    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 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.NET
    I believe first of all the user has to download the .avi This is what I would like to do.
    Thanks

  4. #4
    C# Aficionado Lord_Rat's Avatar
    Join Date
    Sep 2001
    Location
    Cave
    Posts
    2,497
    <embed src="test.avi" height="200" width="200"></embed>

    What happens?
    Need to re-register ASP.NET?
    C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i

    (Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2002
    Location
    London
    Posts
    678

    multimedia

    Nothing happens.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width