vue-upload-image icon indicating copy to clipboard operation
vue-upload-image copied to clipboard

how do I get the files

Open quinhone opened this issue 5 years ago • 6 comments

Hello, how do I get the files, tried onchange, but does not execute.

quinhone avatar Jul 08 '19 02:07 quinhone

I need better explanation of what you are looking to do

viral-vector avatar Jul 08 '19 22:07 viral-vector

You really need to improve your documentation...

jEstevezRod avatar Jul 23 '19 20:07 jEstevezRod

As in what if i do not want to upload but i want the images as is so that i can manipulate them and do what i want with them before uploading them.

Can you return the images

innoflash avatar Oct 04 '19 13:10 innoflash

version 1.1.5 published with a few goodies. With this update, via @innoflash suggestion & PR. You may access the files by listening to a few events calls.

  • upload-image-loaded: after an image has been loaded to the preview area
  • upload-image-clicked: after an end-user clicks on an image in the preview area
  • upload-image-submit: after an end-user click the submit/upload button

viral-vector avatar Oct 06 '19 23:10 viral-vector

What upload button do you mean @viral-vector , does this refer to the button of the overall form that included the upload-image was included if the form includes the First name and etc.

abrhambas01 avatar Dec 01 '19 08:12 abrhambas01

@abrhambas01 correct. The upload button for the image uploader set by "url" & "button_html"

viral-vector avatar Dec 01 '19 15:12 viral-vector