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
See this
Yes. See this
Google
XMLHttpRequest still works.
Yes. Combine
FileReaderwith canvas.Sorry, not possible.No longer the case! See this.I know Firefox does, but try this on other browsers. See what works and what doesn’t.
Yes. These are called standards for a reason.