Where do current (not HTML5) browsers stand on clipboard support for non-text data?

Posted by John on Stack Overflow See other posts from Stack Overflow or by John
Published on 2010-06-11T12:27:54Z Indexed on 2010/06/11 12:33 UTC
Read the original article Hit count: 231

I don't really know where the line is between the browser itself and HTML/JS here. But let's say I want to write a web-app where I can copy a chunk of data from MSPaint (select, CTRL+c) and paste it into a web-page in some way... ultimately the point is the data goes to the server without me having to save it as a file first.

Where are the problems here - browsers or client-side technologies? For instance if JS can't do it, could Flex/Silverlight?

Advice on future technology welcome, but doesn't really answer the question - where are we right now with IE/FF/Chrome and JS/Flex/SL?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about web-development