- published: 09 Jun 2013
- views: 35
- author: Wikispeak
5:01
URI scheme - Wiki Article
In the field of computer networking, a URI scheme is the top level of the uniform resource...
published: 09 Jun 2013
author: Wikispeak
URI scheme - Wiki Article
In the field of computer networking, a URI scheme is the top level of the uniform resource identifier naming structure. All URIs and absolute URI references ...
- published: 09 Jun 2013
- views: 35
- author: Wikispeak
23:50
Lumia App Labs #9 - Developing Windows Phone 8 apps with file and URI associations
App-to-app-communication support is a powerful addition to Microsoft Windows Phone 8 that ...
published: 08 Feb 2013
author: nokiadevforum
Lumia App Labs #9 - Developing Windows Phone 8 apps with file and URI associations
App-to-app-communication support is a powerful addition to Microsoft Windows Phone 8 that enables your apps to use the functionality of other apps. It also c...
- published: 08 Feb 2013
- views: 1097
- author: nokiadevforum
7:33
file URI scheme[Wikipedia article]
The file URI scheme is a URI scheme specified in RFC 1630 and RFC 1738, typically used to ...
published: 25 Aug 2013
file URI scheme[Wikipedia article]
The file URI scheme is a URI scheme specified in RFC 1630 and RFC 1738, typically used to retrieve files from within one's own computer.
Format
A file URL takes the form of
where host is the fully qualified domain name of the system on which the path is accessible, and path is a hierarchical directory path of the form directory/directory/.../name. If host is omitted, it is taken to be "localhost", the machine from which the URL is being interpreted. Note that when omitting host you do not omit the slash ("file:///foo.txt" is okay, while "file://foo.txt" is not, although some interpreters manage to handle the latter).
Meaning of slash character
The slash character (/), depending on its position, has different meanings within a file URL.
The // after the file: is part of the general syntax of URLs. (The double slash // should always appear in a file URL according to the specification, but in practice many Web browsers allow you to omit it)
The single slash between host and path is part of the syntax of URLs.
And the slashes in path separate directory names in a hierarchical system of directories and subdirectories. In this usage, the slash is a general, system-independent way of separating the parts, and in a particular host system it might be used as such in any pathname (as in Unix systems).
Examples
Unix
Here are two Unix examples pointing to the same /etc/fstab file:
Windows
Here are some examples which may be accepted by some applications on Windows systems, referring to the same, local file c:\WINDOWS\clock.avi
Here is the URI as understood by the Windows Shell API:
Things to consider
Windows
On Microsoft Windows systems, the normal colon (:) after a device letter has sometimes been replaced by a vertical bar (|) in file URLs. This reflected the original URL syntax, which made the colon a reserved character in a path part.
Since Internet Explorer 4, file URIs have been standardized on Windows, and should follow the following scheme. This applies to all applications which use URLMON or SHLWAPI for parsing, fetching or binding to URIs. To convert a path to a URL, use UrlCreateFromPath, and to convert a URL to a path, use PathCreateFromUrl.
To access a file "the file.txt", the following might be used.
For a network location:
Or for a local file, the hostname is omitted, but the slash is not (note the third slash):
This is not the same as providing the string "localhost" or the dot "." in place of the hostname. The string "localhost" will attempt to access the file as \localhost\c:\path o he file.txt, which will not work since the colon is not allowed in a share name. The dot "." results in the string being passed as \.\c:\path o he file.txt, which will work for local files, but not shares on the local system. For example file://./sharename/path/to/the%20file.txt will not work, because it will result in sharename being interpreted as part of the DOSDEVICES namespace, not as a network share.
The following outline roughly describes the requirements.
The colon should be used, and should not be replaced with a vertical bar for Internet Explorer.
Forward slashes should be used to delimit paths. note that while DOS requires backslashes, the Win32 API will accept either a forward or back slash.
Characters such as the hash (#) or question mark (?) which are part of the filename should be percent-encoded.
Characters which are not allowed in URIs, but which are allowed in filenames, must also be percent-encoded. For example, any of "{}`^ " and all control characters. In the example above, the space in the filename is encoded as %20.
Characters which are allowed in both URIs and filenames must NOT be percent-encoded.
Must not use legacy ACP encodings. (ACP code pages are specified by DOS CHCP or Windows Control Panel language setting.)
Unicode characters outside of the ASCII range must be UTF-8 encoded, and those UTF-8 encodings must be percent-encoded.
Use the provided functions if you can. If you muThis is a synthesized speech reading of the Wikipedia article "file URI scheme" and is intended primarily for blind and visually impaired individuals who can not view Wikipedia. This video can also be used for mobile users who wish to listen to Wikipedia articles on the go, or by those who wish to learn a second language by reading the captions in that language while listening in English.
Original article available at http://en.wikipedia.org/wiki/File_URI_scheme
All text from Wikipedia is licensed under CC-BY-SA:
https://en.wikipedia.org/wiki/Wikipedia:Reusing_Wikipedia_content
"You are free ... to make commercial use of the work":
http://creativecommons.org/licenses/by-sa/3.0/
Text-to-speech synthesized from FestVox, which permits commercial use:
"no restrictions on its use (commercial or otherwise)"
http://festvox.org/festival/downloads.html
Note: all these licenses permit commercial use, and therefore we are permitted to monetize videos derived from these contents.
- published: 25 Aug 2013
- views: 0
10:59
Phishing with Data URI
"The data URI scheme is a URI scheme (Uniform Resource Identifier scheme) that provides a ...
published: 07 Oct 2012
author: Ajin Abraham
Phishing with Data URI
"The data URI scheme is a URI scheme (Uniform Resource Identifier scheme) that provides a way to include data in-line in web pages as if they were external r...
- published: 07 Oct 2012
- views: 1220
- author: Ajin Abraham
6:11
cele mai tari scheme cu trial-uri
...
published: 07 Nov 2010
author: eugenbabescu
cele mai tari scheme cu trial-uri
- published: 07 Nov 2010
- views: 26383
- author: eugenbabescu
10:32
Percent-encoding - Wiki Article
Percent-encoding, also known as URL encoding, is a mechanism for encoding information in a...
published: 08 Jul 2013
author: Wikispeak
Percent-encoding - Wiki Article
Percent-encoding, also known as URL encoding, is a mechanism for encoding information in a Uniform Resource Identifier under certain circumstances. Although ...
- published: 08 Jul 2013
- views: 9
- author: Wikispeak
19:20
Uniform resource identifier - Wiki Article
In computing, a uniform resource identifier is a string of characters used to identify a n...
published: 27 May 2013
author: Wikispeak
Uniform resource identifier - Wiki Article
In computing, a uniform resource identifier is a string of characters used to identify a name or a web resource. Such identification enables interaction with...
- published: 27 May 2013
- views: 110
- author: Wikispeak
10:32
Fragment identifier - Wiki Article
In computer hypertext, a fragment identifier is a short string of characters that refers t...
published: 22 Jun 2013
author: Wikispeak
Fragment identifier - Wiki Article
In computer hypertext, a fragment identifier is a short string of characters that refers to a resource that is subordinate to another, primary resource. The ...
- published: 22 Jun 2013
- views: 11
- author: Wikispeak
1:52
Dare URi's Funnies and Fails #2 | Funnies And Fails
Thumbs up & Favorite ! (Open Description for Info!)
: "Enjoy ma Episode :)."
--------...
published: 22 Nov 2012
Dare URi's Funnies and Fails #2 | Funnies And Fails
Thumbs up & Favorite ! (Open Description for Info!)
: "Enjoy ma Episode :)."
-----------------------------------------------------------
Dare URi's Channel: http://www.youtube.com/user/uriDECISIVO
Dare URi's Twitter: https://twitter.com/#!/Dare_URi
-----------------------------------------------------------
Note: Please keep in Mind that this is NOT MY Video, i got the Permission to Upload and Claim this. If you're the owner of this Video, and don't want it uploaded anymore, contact me and I'll remove it as soon as Possible. Thanks.
-----------------------------------------------------------
Follow us on Twitter: https://twitter.com/#!/FunniesAndFails
-----------------------------------------------------------
Check out OWNER: http://www.youtube.com/user/NotDropped
Check out CO-OWNER: http://www.youtube.com/user/mest007
- published: 22 Nov 2012
- views: 1748
4:27
Uri Sade - Adjusted virgin
Live @ Tzuzammen
Music and lyrics by Uri Sade
Video By Amnon Ron & Eran Jago
Editing by Er...
published: 19 Jul 2013
Uri Sade - Adjusted virgin
Live @ Tzuzammen
Music and lyrics by Uri Sade
Video By Amnon Ron & Eran Jago
Editing by Eran Jago
- published: 19 Jul 2013
- views: 269
4:21
uri gagarn / Fly
Fly 蛙の前に蝿が飛ぶ 開いたカゴに飛び込んで 閉じても隙間抜けるのさ 描いた地図によく似てる 見知らぬ土地に飛び込んで 愉快な旅を続けたい 血相変えないで そう 静かに日が沈む...
published: 27 Jun 2013
author: alpsrecords
uri gagarn / Fly
Fly 蛙の前に蝿が飛ぶ 開いたカゴに飛び込んで 閉じても隙間抜けるのさ 描いた地図によく似てる 見知らぬ土地に飛び込んで 愉快な旅を続けたい 血相変えないで そう 静かに日が沈むよう 目前から消えそう かち合う 何一つ無い おめでとう みんなそう 蛙の子 おかえり 蛙の前に蝿が飛ぶ 唾液の粘りしつこくて 都会の...
- published: 27 Jun 2013
- views: 354
- author: alpsrecords
4:20
Uri Sade - Black flag (with Orel Tamuz)
Live @ Tzuzamen
Music and lyrics by Uri Sade
Video by Eran Jago and Amnon Ron
Editing by E...
published: 04 Aug 2013
Uri Sade - Black flag (with Orel Tamuz)
Live @ Tzuzamen
Music and lyrics by Uri Sade
Video by Eran Jago and Amnon Ron
Editing by Eran Jago
- published: 04 Aug 2013
- views: 94
9:40
Uri Brener - Perelandra's Tale
Award winning composition written and performed by Uri Brener, taken from "A Walk", Uri's ...
published: 02 Jan 2013
author: EnT-T (label)
Uri Brener - Perelandra's Tale
Award winning composition written and performed by Uri Brener, taken from "A Walk", Uri's debut solo album. More here: http://www.ent-t.com/uribrener_cat.htm...
- published: 02 Jan 2013
- views: 80
- author: EnT-T (label)
Youtube results:
0:19
URL SCHEME.avi
...
published: 04 May 2010
author: macheads202
URL SCHEME.avi
- published: 04 May 2010
- views: 76
- author: macheads202
22:46
Session Initiation Protocol - Wiki Article
The Session Initiation Protocol is a signaling communications protocol, widely used for co...
published: 17 May 2013
author: wikispeak10
Session Initiation Protocol - Wiki Article
The Session Initiation Protocol is a signaling communications protocol, widely used for controlling multimedia communication sessions such as voice and video...
- published: 17 May 2013
- views: 160
- author: wikispeak10