Top "File-uri" questions

The file URI scheme is a URI scheme specified in RFC 8089 (previously, RFC 1630 and RFC 1738), typically used to retrieve files from within one's own computer.

Java : File.toURI().toURL() on Windows file

The system I'm running on is Windows XP, with JRE 1.6. I do this : public static void main(String[] args) { try { …

java url uri filepath file-uri
error - java.lang.IllegalArgumentException: URI scheme is not "file"?

I am receiving the following error when trying to access font file : 011.08.31 12:12:42.704 ERROR [PDFOutputHandler] - Unable to resolve Unicode font …

java uri illegalargumentexception file-uri
How to open a specific URL in a specific browser from a link?

Even though IE is our default browser we want users to open links from email notifications in Firefox. So I …

html firefox browser hyperlink file-uri
What is the Vagrant syntax for adding a locally existing VDI?

What is the syntax for adding a locally existing VirtualBox .vdi to vagrant? There doesn't appear to be an example …

vagrant file-uri uri-scheme
Read file:// URLs in IE XMLHttpRequest

I'm developing a JavaScript application that's meant to be run either from a web server (over http) or from the …

ajax security file internet-explorer file-uri
How do you get the File:// protocol to work in IE8?

I am running a website on my local machine ("http://localhost/asdf") and trying to get some file:// protocol links …

internet-explorer-8 browser file-uri
Converting file:// scheme to content:// scheme

I am running to the problem with using Droid X's Files app and Astro file manager to select an image …

android uri external file-uri
file: URIs and Slashes

An application I'm working on involves accessing files on network file shares, and we're using URIs to specify the files' …

java windows uri file-uri
Javascript/HTML Storage Options Under File Protocol (file://)

I am developing an html application that is essentially a series of pages like a book. Within this application, I …

javascript html local-storage file-uri
How to call a JavaScript function from one frame to another in Chrome/Webkit with file protocol

I have developed an application that has a list of items in one frame; when one clicks on an item …

javascript html google-chrome frames file-uri