v-uploader
v-uploader copied to clipboard
how to place Thumbnail using javascript URL.createObjectURL(file);
hey there, i'm using this amazing component but i want to place URL.createObjectURL(file); to show fakePath in thumbnail currently its looking for a path from server side but i want to use it in form with couple of fields and want to process it manually that's why i disabled default fine-uploader autoUpload functionlity but unable to override thumbnail placement functionality immediate response will be highly apreciated Thanks 👍
URL.createObjectURL()
look like just an experimental api.
URL.createObjectURL()
look like just an experimental api.
so how to change thumbnail view without waiting for server response is there any way in this component
There is only previewImg
to set thumbnail view content with server response image so far.
The "Thumbnail" plain text can customize in next release.
btw: Try use BASE64 to encode some image you want, and pass that content to previewImg
option.