R
Rui Silva
Hi everyone!!
I'm working on an web Application and in som ASPx pages i need to open files
that are in another pc in the intranet.
I'd like to, in runtime, make a copy of those files in my webserver. I've
tried the FileInfo and teh File objecto from the .Net Framework, but i
always get the FileNotFound exception.
I've noticed that if instead of trying to copy the files, create a link to
open them, there is no problem at all.
The problem is that i reall need to copy them, cause opening through
hyperlinks it's not possible cause of intranet security. i.e., some intranet
users can´t access to the pc where the files are.
Thaks for your help!!
Rui Silva
I'm working on an web Application and in som ASPx pages i need to open files
that are in another pc in the intranet.
I'd like to, in runtime, make a copy of those files in my webserver. I've
tried the FileInfo and teh File objecto from the .Net Framework, but i
always get the FileNotFound exception.
I've noticed that if instead of trying to copy the files, create a link to
open them, there is no problem at all.
The problem is that i reall need to copy them, cause opening through
hyperlinks it's not possible cause of intranet security. i.e., some intranet
users can´t access to the pc where the files are.
Thaks for your help!!
Rui Silva