This repository was archived by the owner on Apr 17, 2024. It is now read-only.
  
  
  
  
  
Description
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.