Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

what will be the form of file protocol (file://) in firefox?? Using file://servername/foldername , I am uable to open a folder. But it was supporting in other browsers. Need a prompt solution of that issue.

  • 2 replies
  • 1 has this problem
  • 10 views
  • Last reply by cor-el

more options

what will be the form of file protocol (file://) in firefox?? Using file://servername/foldername , I am uable to open a folder. But it

was supporting in other browsers. Need a prompt solution of that issue. I have used following code snippets: <a href="file://PC2/c$">open folder </a> It is used to open C:/. But it is not working in other browser except Mozilla.

Need a solution as soon as possible...

what will be the form of file protocol (file://) in firefox?? Using file://servername/foldername , I am uable to open a folder. But it was supporting in other browsers. Need a prompt solution of that issue. I have used following code snippets: <a href="file://PC2/c$">open folder </a> It is used to open C:/. But it is not working in other browser except Mozilla. Need a solution as soon as possible...

All Replies (2)

more options

Hi,

Please try file://///servername/sharename/ or \\servername\sharename

more options

Chosen Solution