How do I upload image in vuejs?

后端 未结 4 797
天涯浪人
天涯浪人 2020-12-29 06:03

Please, below is my code in the script section of my vue component.

I\'m getting all the input fields right but the image and video uploads are showing empty values.

4条回答
  •  不思量自难忘°
    2020-12-29 06:31

    I'm taking from a few other peoples answers to sum it up.

    this.image is base64 encoded and ready to send to your API.

    
    
    
    

提交回复
热议问题