A
Allan Cammish
I need to pass files from the web server which is written in
VB/ASP.NET using Visual Studio.NET 2002 to the client's web-browser.
The purpose of this is that I want to install files to the clients
compter to run a web/local application I am building. This is very
useful as the number of users are in the 1000's and I dont want to
have to install files locally at all by any method (scripts etc) when
it can be dont automatically from the server.
Currently, I am using an ActiveX control on the web-page which is
reading the data from an SQL Server database and creating a file on
the client's computer.
This works well, but I wondered if there was a way to do this using
the new fancy technology!
Does anyone know if the technology I am using would allow the creation
of files on a client's pc?
Allan Cammish
VB/ASP.NET using Visual Studio.NET 2002 to the client's web-browser.
The purpose of this is that I want to install files to the clients
compter to run a web/local application I am building. This is very
useful as the number of users are in the 1000's and I dont want to
have to install files locally at all by any method (scripts etc) when
it can be dont automatically from the server.
Currently, I am using an ActiveX control on the web-page which is
reading the data from an SQL Server database and creating a file on
the client's computer.
This works well, but I wondered if there was a way to do this using
the new fancy technology!
Does anyone know if the technology I am using would allow the creation
of files on a client's pc?
Allan Cammish