Ask a Question related to ASP.NET General, Design and Development.
-
Steven #1
How to transfer data files...
I need help on file transfers, to and from, web servers to
remote user computers. If anyone knows of a good reference
I'd appreciate the tip.
If a remote user browses to my aspx page thru a dial-up
connection, is there a way for my web app to copy files
from the server to the users computer? If so, I'd
appreciate an example or a good reference.
TIA
Steven Guest
-
Unable to transfer data
I have a connection problem in Contribute. The first time I connected it worked just fine. The second time it didn't work anymore. It shows an... -
Batch Transfer data into
I'm not sure if this is the right forum... I have a file with basically 2 fields - filename and subject - and 1000s of records I have 1000s of... -
How do I transfer data from one pg to the next pg?
I have a registration page that I would like to go to a welcome page when registration is complete. The welcome page will say "Welcome (name) your... -
Large Size XML files for data transfer
Hi, Need some advice with regards to XML files. Here is what I am trying to achieve: I have an SQL Server 7.0 database and a Web service running... -
Data transfer
I'm still very new to .NET. I managed to write a web service using managed extensions for C++ and integrate it with existing business logic. The... -
Kevin Spencer #2
Re: How to transfer data files...
Browsers download files. If you want the user to download a file, put a link
to it.
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
[url]http://www.takempis.com[/url]
Complex things are made up of
lots of simple things.
"Steven" <sfuentes@caribe.net> wrote in message
news:008b01c355df$32217fb0$a101280a@phx.gbl...> I need help on file transfers, to and from, web servers to
> remote user computers. If anyone knows of a good reference
> I'd appreciate the tip.
>
> If a remote user browses to my aspx page thru a dial-up
> connection, is there a way for my web app to copy files
> from the server to the users computer? If so, I'd
> appreciate an example or a good reference.
>
> TIA
Kevin Spencer Guest
-
Steve C. Orr, MCSD #3
Re: How to transfer data files...
Here's a good tutorial on the subject:
[url]http://www.aspnetpro.com/features/2003/07/asp200307so_f/asp200307so_f.asp[/url]
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
"Steven" <sfuentes@caribe.net> wrote in message
news:008b01c355df$32217fb0$a101280a@phx.gbl...> I need help on file transfers, to and from, web servers to
> remote user computers. If anyone knows of a good reference
> I'd appreciate the tip.
>
> If a remote user browses to my aspx page thru a dial-up
> connection, is there a way for my web app to copy files
> from the server to the users computer? If so, I'd
> appreciate an example or a good reference.
>
> TIA
Steve C. Orr, MCSD Guest



Reply With Quote

