Skip to main content
deleted 5 characters in body
Source Link
krisanalfa
  • 6.4k
  • 2
  • 32
  • 39

Try this:

var formData = new FormData(); formData.append('intro_image', this.this.intro_image); this.$http.patch('/profile/'+ user_id +'/property/'+ property_id +'/edit', formData) 

Try this:

var formData = new FormData(); formData.append('intro_image', this.this.intro_image); this.$http.patch('/profile/'+ user_id +'/property/'+ property_id +'/edit', formData) 

Try this:

var formData = new FormData(); formData.append('intro_image', this.intro_image); this.$http.patch('/profile/'+ user_id +'/property/'+ property_id +'/edit', formData) 
Source Link
krisanalfa
  • 6.4k
  • 2
  • 32
  • 39

Try this:

var formData = new FormData(); formData.append('intro_image', this.this.intro_image); this.$http.patch('/profile/'+ user_id +'/property/'+ property_id +'/edit', formData)