How do I use a URL path instead of a file path in an Open File dialog in Mac OSX or ChromiumOS?
Posted
by
Chris
on Super User
See other posts from Super User
or by Chris
Published on 2013-11-08T02:50:15Z
Indexed on
2013/11/08
4:00 UTC
Read the original article
Hit count: 217
In Windows 7 (and perhaps earlier), the default "Open File" dialog box allows you to type a full URL into the "File name" section as if it were a file path, e.g. "http://www.example.com/pic.gif" instead of "C:/windows/pictures/pic.gif". When uploading a file to a website on the client side - say, an image - this allows the client to upload a picture located on a server accessible via the URL instead of downloading the image, saving it locally, then referencing the local image in the "Open File" dialog.
It's a great option for Windows users. I have three separate questions:
What is this procedure formally called? How do I describe this succinctly so that my searches for more information are fruitful?
Can something similar be done in Mac OSX, Chromium OS, or a Linux environment?
If so, how?
Thanks!
© Super User or respective owner