Roundup Tracker - Issues

Message4960

Author rouilj
Recipients ThomasAH, ber, jan.tylich, rouilj
Date 2013-12-01.05:05:10
Message-id <201312010504.rB154vtQ006040@mx1.cs.umb.edu>
In-reply-to Your message of "Wed, 27 Nov 2013 08:08:31 GMT." <1385539711.89.0.573172912178.issue2550824@psf.upfronthosting.co.za> <1385539711.89.0.573172912178.issue2550824@psf.upfronthosting.co.za>
In message
<1385539711.89.0.573172912178.issue2550824@psf.upfronthosting.co.za>
 <1385539711.89.0.573172912178.issue2550824@psf.upfronthosting.co.za>,
Jan Tylich writes:
>If it is possible do it at least as import image from clipboard to 
>uploaded file with some generated name it will be also great.

Maybe this will give somebody an idea. 

This works only for chrome and uses jquery or angularjs
frameworks. Also it does a direct upload to a url as opposed to
posting an entire form from roundup.

https://github.com/Rovak/InlineAttachment

From my reading, firefox may have the underlying support needed to
conde something. Earlier I.E. versions may require flash, active X,
java applet to do this sort of thing.

Also:

  http://joelb.me/blog/2011/code-snippet-accessing-clipboard-images-with-javascript/

has some idea that may be useful as well. It tkes the data as a base64
encoded string and pushes it into the form. So we would need something
to catch the data in roundup and turn it into a real attachment.

Also:

  http://stackoverflow.com/questions/15253468/get-pasted-image-from-clipboard-firefox

  http://stackoverflow.com/questions/2176861/javascript-get-clipboard-data-on-paste-event-cross-browser
History
Date User Action Args
2013-12-01 05:05:11rouiljsetrecipients: + rouilj, ber, ThomasAH, jan.tylich
2013-12-01 05:05:11rouiljlinkissue2550824 messages
2013-12-01 05:05:10rouiljcreate