Hi there, do I need to specify something different or any type of header info to upload a file with vue.resource POST?
You can use FormData Objects to upload a file, see https://developer.mozilla.org/en-US/docs/Web/API/FormData/Using_FormData_Objects
@steffans How to get upload progress?
Most helpful comment
You can use FormData Objects to upload a file, see https://developer.mozilla.org/en-US/docs/Web/API/FormData/Using_FormData_Objects