Image Upload using el-upload component
I am getting 204 no content response from the server
el-upload(
action="https://s3-us-west-1.amazonaws.com/stage.greenausm.com",
:mulitple="false",
:data="xhrData"
:show-file-list="false", :on-success="handleAvatarSuccess",
:before-upload="beforeAvatarUpload",
)
The request to the server does not have the image data
------WebKitFormBoundaryksB7UzZHz8SWLdPk Content-Disposition: form-data; name="file"; filename="img.jpg" Content-Type: image/jpeg
------WebKitFormBoundaryksB7UzZHz8SWLdPk--
How can I get the component to send image data