S
shellyshao
Hi everyone,
I have tried looking everywhere to fix this. Any help would be
appreciated.
Situation: Developing a web application for company intranet.
Application allows users to download files found from a server search
functions.
Problem: Files being attempting to be downloaded on Firefox do not
work.
Code: C#, aspx
On IE the link will appear correctly with a "file://Network
ComputerName/Directory/Subdirectory/yadda.txt"
On Firefox the link will appear like this
"http://localhost/AppName/\\Network
ComputerName\Directory\Subdirectory\yadda.txt"
Here is the aspx snippit
<asp:GridView ID="blah" runat="server" >
<Columns>
<asp:HyperLinkField DataNavigateUrlFields="Url"
DataTextField="Name"/>
</Columns>
</asp:GridView>
Anyone with any suggestions or inquireres would be GREATLY
APPRECIATED!!!!
I have tried looking everywhere to fix this. Any help would be
appreciated.
Situation: Developing a web application for company intranet.
Application allows users to download files found from a server search
functions.
Problem: Files being attempting to be downloaded on Firefox do not
work.
Code: C#, aspx
On IE the link will appear correctly with a "file://Network
ComputerName/Directory/Subdirectory/yadda.txt"
On Firefox the link will appear like this
"http://localhost/AppName/\\Network
ComputerName\Directory\Subdirectory\yadda.txt"
Here is the aspx snippit
<asp:GridView ID="blah" runat="server" >
<Columns>
<asp:HyperLinkField DataNavigateUrlFields="Url"
DataTextField="Name"/>
</Columns>
</asp:GridView>
Anyone with any suggestions or inquireres would be GREATLY
APPRECIATED!!!!