Ask a Question related to ASP.NET General, Design and Development.
-
Steven #1
Downloading a file
I want my users to access my .aspx and hit a button to
download a file. I tried using the a System.Net.Webclient
object but instead of the file being downloaded to the
users PC, its copied to the server???
Any suggestions?
TIA
Steven Guest
-
Downloading file
i want to click on a link which then displays a file on the cd in word, how can i make this file able to be downloaded on the users computer? i... -
File Downloading from Flash
I am trying to implement a File Download in Flash but I don't know how. I know that can be done since in the Macromedia Exchange there is a... -
Downloading file(s) from CD
How can I make a button which start a downloading of file or more from the CD the presentation is running from, into the local hard disk in a... -
Get file size without downloading
On Wed, 10 Dec 2003, usef wrote: Hi, FTP or HTTP? Rgds Rus -- -
Downloading a file from a CD
Hi, Im using Director MX. On my CD, I want people to be able to click on an option that starts to download a video from my CD to the users... -
Matt Osborne #2
Re: Downloading a file
Have you tried resonse.Redirect( URL of File )?
"Steven" <sfuentes@helvetia-pr.com> wrote in message
news:01f001c3552d$84334e30$a301280a@phx.gbl...> I want my users to access my .aspx and hit a button to
> download a file. I tried using the a System.Net.Webclient
> object but instead of the file being downloaded to the
> users PC, its copied to the server???
>
> Any suggestions?
>
> TIA
Matt Osborne Guest
-
Joerg Jooss #3
Re: Downloading a file
Steven Fuentes spoke:
Downloading more than one file in a single HTTP response requires a> Matt:
>
> Thanks for responding!
>
> My users will be connecting to my site with thier notebooks.
> Once validated, I need the webform application to read all files in
> a folder on the server, and copy them to their notebook...
client side application in order to split up the response.
Cheers,
--
Joerg Jooss
[email]joerg.jooss@gmx.net[/email]
Joerg Jooss Guest
-
mpz111 webforumsuser@macromedia.com #4
Downloading a File
Hi, I'm using Director MX and making an interactive CD. How do make a link that downloads a file off the CD to the users hardrive? If you could give me a step by step process I would appreciate it because I'm not real good at Lingo and I'm just a beginner on Director. Thanks for you help!
mpz111 webforumsuser@macromedia.com Guest
-
Gren Foronda #5
Re: Downloading a File
Hi,
You can use a third party Xtra such as BuddyAPI to save files from the CD to
the user's harddrive. BuddyAPI's baCopyFile command can achieve this
function.
ex. OK = baCopyFile("d:\data\student.txt" , "c:\data\backup\student.dat" ,
"IfNewer" )
You can download the Xtra at [url]http://www.buddyapi.com[/url]
Regards,
Gren Foronda
"mpz111" <webforumsuser@macromedia.com> wrote in message
news:bp037f$oe2$1@forums.macromedia.com...link that downloads a file off the CD to the users hardrive? If you could> Hi, I'm using Director MX and making an interactive CD. How do make a
give me a step by step process I would appreciate it because I'm not real
good at Lingo and I'm just a beginner on Director. Thanks for you help!>
>
Gren Foronda Guest
-
mpz111 webforumsuser@macromedia.com #6
Re: Downloading a File
How exaclty do I write the lingo for this Xtra?
mpz111 webforumsuser@macromedia.com Guest



Reply With Quote

