vue-file-agent
vue-file-agent copied to clipboard
How to get file's meta info to be passed in API for uploading Images.
Hi,
Thanks for this great component!
How to get file's meta info (name/title, size, type) to be passed in API for uploading Images (through manual API call with vuejs and axios)
Also when image-files are selected, I want to assign default title/name to image e.g. 'Photo' instead of showing actual image file name .
Is it possible ?
Thanks!