vue-dropzone icon indicating copy to clipboard operation
vue-dropzone copied to clipboard

How can I manually add base64 strings in the dropzone?

Open LukeDooms opened this issue 5 years ago • 2 comments

How can I manually add base64 string in the dropzone?

LukeDooms avatar Apr 06 '20 14:04 LukeDooms

Hi @LukeDooms

At the moment you can do it but it wont show the thumbnail of these lines. To support base64 we'd need to look for something like data:image/jpeg;base64 .

Let me see if I can get a patch out for that and I'll up the ticket when I have

rowanwins avatar May 03 '20 12:05 rowanwins

Great, thank you!

From: Rowan Winsemius [email protected] Sent: Sunday, May 3, 2020 2:49 PM To: rowanwins/vue-dropzone [email protected] Cc: LukeDooms [email protected]; Mention [email protected] Subject: Re: [rowanwins/vue-dropzone] How can I manually add base64 strings in the dropzone? (#543)

Hi @LukeDooms https://github.com/LukeDooms

At the moment you can do it but it wont show the thumbnail of these lines https://github.com/rowanwins/vue-dropzone/blob/master/src/components/vue-dropzone.vue#L278-L285 . To support base64 we'd need to look for something like data:image/jpeg;base64 .

Let me see if I can get a patch out for that and I'll up the ticket when I have

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/rowanwins/vue-dropzone/issues/543#issuecomment-623105117 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHWFTCUTUFAZLIRKK4DZBULRPVR2TANCNFSM4MCKSJTQ . https://github.com/notifications/beacon/AHWFTCTM5VRCACOYSCQM7GTRPVR2TA5CNFSM4MCKSJT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEUR5IXI.gif

LukeDooms avatar May 04 '20 08:05 LukeDooms