Is it possible to play a file that's located outside your web server on another server by generating links to the file location? File type is .asf.
Example: if the path is (hostname is computer1) "C:/hearings/2011/April/14th/hearing.asf".
How do I allow this file to be accessed and downloaded from the intranet by any user that has permission to access the share that houses the .asf files?
Can I create links like the one below that will allow the file to be downloaded?
<a href='//computer1/hearings/2011/April/14th/hearing.asf'>click here</a>
Thanks for any input you guys have.
Example: if the path is (hostname is computer1) "C:/hearings/2011/April/14th/hearing.asf".
How do I allow this file to be accessed and downloaded from the intranet by any user that has permission to access the share that houses the .asf files?
Can I create links like the one below that will allow the file to be downloaded?
<a href='//computer1/hearings/2011/April/14th/hearing.asf'>click here</a>
Thanks for any input you guys have.