Top "Uri" questions

A Uniform Resource Identifier (or URI) is a string of characters used to identify a name or resource.

Javascript decodeURI(Component) malformed uri exception

I entered the following in Chrome's console: decodeURIComponent('a%AFc'); Instead of resulting to a0xAFc, it caused a URIError …

javascript uri malformed decodeuricomponent
Java: Get URI from FilePath

I've little knowledge of Java. I need to construct a string representation of an URI from FilePath(String) on windows. …

java url uri filepath
Difference between URL and URI?

Possible Duplicate: What's the difference between a URI and a URL? Just to get it right: URI = Tells you in …

url uri
Get Real Path For Uri Android

I am developing a VideoPlayer. I convert the URI of a launched intent to a string and it gives me …

android string path uri android-videoview
Can a URL contain a semicolon and still be valid?

I am using a regular expression to convert plain text URL to clickable links. @(https?://([-\w\.]+)+(:\d+)?(/([\w/_\.-]*(\?\…

regex url syntax uri
Converting a URI path to a relative file system path in .NET

How do I convert an absolute or relative URI path (e.g. /foo/bar.txt) to a (segmentwise) corresponding relative …

c# .net path uri
Android- how can I convert android.net.Uri object to java.net.URI object?

I am trying to get a FileInputStream object on an image that the user selects from the picture gallery. This …

android uri android-bitmap fileinputstream
How I can get the mime type of a file having its Uri?

I have a List of Uris obtained with the Gallery and the Camera. These Uris are like this: content://media/…

android uri mime-types
android camera : Failure delivering result ResultInfo{who=null, request=0, result=-1, data=null} to activity

i've really frustased to solve my problem, i have an application that using camera, when camera capture a photo, it …

java android uri android-camera-intent
How to change StartupUri of WPF Application?

I am trying to modify App.cs and load the WPF XAML files from code behind but its not working …

wpf uri startup