<pre>I want to paste images form msword and then kupu automatically upload them.<br>I have read the following post in the mailing list archives:<br><br>--<br><br>&gt;<i> Is it even possible with Javascript to paste an image?
<br></i><br>Not so far as I know. If the image doesn&#39;t exist on the server, I don&#39;t <br>think Javascript has any way to get hold of the image data and create an <br>object on the server.<br><br>&gt;<i> <br></i>&gt;
<i> I know that Kupu doesn&#39;t do this now, but I am trying to get my<br></i>&gt;<i> coworkers to use Kupu instead of Microsoft Word. They are used to taking<br></i>&gt;<i> screenshots and just pasting them into the user guides they create.
<br></i><br>You can copy/paste an image from IE, but it copies the original image tag <br>and that isn&#39;t usually what you wanted. I&#39;m not sure what FF does: it will <br>happily offer the paste menu option after you&#39;ve copied an image but 
<br>nothing gets pasted.<br><br>--<br><br>But I would like to know your opinion about this workaround:<br><br>It&#39;s clear that an upload is currenly working. <br>I would create a &lt;form&gt; which gets filled with all src&#39;s from &lt;img src=&quot;file:\\\...&quot;&gt; tags pasted
<br>Add an onpaste event which calls:<br>- my fill_form function<br>- my_form.submit<br>- and fixes srcs in &lt;img src&gt; tags to point to the new plone images.<br><br>I am not a javascript guru, but I don&#39;t see it impossible so please correct me if I am saying nonsenses
<br>before I started to write code. <br><br>I think that it would be a nice feature!<br><br>Thanks for your helping,<br><br>Diego Municio<br>
<br><br><br><br></pre>