pashky/restclient.el

POSTing files not working as an upload

ispringle opened this issue · 1 comments

When I POST a file it's not uploading the file, it's just setting the body/data of the request to the content of the file. This is fine and it does align with what the README says, but this isn't uploading. I'd like to be able to upload a file such that it is put into the files portion of the request. The same way you can specify files with CURL or a similar tool.