In HTML 5 is there any support for things which are really easy to do in Silverlight?
For example, ripping a file (chosen by the user) into an array of bytes that can be base64 encoded and passed up to a web service?
Or, creation/reading of an image and being able to manipulate the pixels and display this on screen? Or even save it to disk (location chosen by the user)?
If so, which browsers would support this and are the APIs consistent?
Thanks