Paste image into rich text (like gmail)

后端 未结 1 1312
面向向阳花
面向向阳花 2021-01-30 11:40

I want to be able to copy an image from clipboard, specifically screenshots, and paste them right into a rich text editor, and/or have that file uploaded. We only use chrome so

1条回答
  •  情深已故
    2021-01-30 12:42

    I believe Na7coldwater is correct. The event.clipboardData is being utilised. Please see the following proof of concept:

    
    
        

    Gmail uploads the image via XMLHttpRequest instead of embedding it directly as a data URL. A search on Google or SO for drag & drop file uploads should reveal how this can be achieved.

    Please bare in mind that this is just a proof of concept. Error handling and browser/feature detection code is not included.

    Hope this helps!

    0 讨论(0)
提交回复
热议问题