I am wondering if there is an industry standard protocol when linking to a file on a 'file' server from a webpage. In our company we keep our web application files and document files (.doc, .ppt, .xls, etc.) separate. File servers/Web servers. We quite often link to file servers using the following protocol designator:
<a href="file://remotefileserver/folder/document">document</a>
This works fine in IE and Netscape, but not Mozilla. I was curious as to what others use in this situation. I've seen file://// and also just \\remotefileserver\folder\document used.
<a href="file://remotefileserver/folder/document">document</a>
This works fine in IE and Netscape, but not Mozilla. I was curious as to what others use in this situation. I've seen file://// and also just \\remotefileserver\folder\document used.