Skip to content

StefanHolst/MultipartReaderStreamIssue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Steps to Reproduce

  1. Start the project
  2. Upload the 123.zip file to http://localhost:5205/anywhere

Note any zip file will do, if you don't want to use the provided 123.zip file.

Curl

curl -X POST 'localhost:5205/anywhere' --form 'file=@./MultipartReaderStreamIssue/123.zip'

HTTP

@MultipartReaderStreamIssue_HostAddress = http://localhost:5205

POST {{MultipartReaderStreamIssue_HostAddress}}/anywhere/
Accept: application/json
Content-Type: multipart/form-data; boundary=boundary

--boundary
Content-Disposition: form-data; name="file"; filename="123.zip"

< ./123.zip
--boundary

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages