vue-object-to-formdata
A vue helper which converts object to FormData instance
A vue helper which converts object to FormData instance
given an object, it transforms it to formData ready to be sent to the backend
transforms object into FormData. Very useful especially for uploading files with data. Very lightweight: less than 1kb