Vue form form upload Picture Click the button to upload

how to upload a picture in vue using a form form and preview it locally by clicking the upload button. Beg urgently!

Mar.04,2021

create an array to store the picture data of the form form. To add a picture, you need to push one in the array and convert it to base64 to preview locally. When you click the button, add the array loop to the formData and upload it to the background

.
Menu