Pasting non-text data into browser-based apps
        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/16
            15:32 UTC
        
        
        Read the original article
        Hit count: 209
        
Imagine I want a user to be able to copy-paste a selection of pixels from MSPaint into a browser-based app. Is this possible using JavaScript in any current browsers? Will it become possible in HTML5? If not, is it feasible using something like Flex/Silverlight, or is it simply not possible at this time, and you'd have to save a file and manually upload it?
© Stack Overflow or respective owner