vue-picture-input
vue-picture-input copied to clipboard
Mobile-friendly picture file input component for Vue.js 2-3 with image preview, drag and drop, EXIF orientation, and more
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Let's imagine a situation: There is a picture that becomes the default `:prefill="brand.book_device_brand_photo"`. The user chose a different picture, but changed his mind and deleted the one he chose. After...
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...
Even though i set the id as a prop to the component, in the frontend it keeps printing ``` id="picture-input" class="picture-input" ``` As per https://github.com/alessiomaffeis/vue-picture-input/blob/c2e1241f632d932c4326848237c6465239185001/PictureInput.vue#L2 the id is not updated...
Please add property for only Camera capture (for mobile). Now i resolve it by `mounted(){ this.$refs["pictureInput"].$refs["fileInput"].setAttribute("capture","camera"); }`
The variable passed to onChange(image) (my @change method) is a string rather than a blob, so it gets appended to the FormData as a text element rather than a file...
I'm submitting a form, here's the payload. The first field is the picture-input field and the second is a regular I'm trying to upload the same picture in both cases....
Hi, The plugin works great without prefill. However, if I prefill an image that works fine. But if I then want to upload/select a new image, I get the error...
My project have service for get image by return base64 ,because don't want direct access by url image. How to use base64 data for prefill ? Please give me some...
Hey, it would be nice to have two slots: remove and change to specify an own component for these actions. When clicking on the slot item, it will call the...