Skip to content

ignas-sakalauskas/ChakramFileUploadWithAuthentication

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Chakram multipart file upload with authentication

A working example of multipart file upload to a protected REST API.

Solution contents

  • REST API built on .NET Core, allows files upload. Set local port to 5000 in launchSettings.json and run with dotnet run from command line.
  • Chakram integration test, which uploads a file to the API, and asserts response status code to be 200. Run in the command line with npm test.

Blog post with more details is here.

About

Chakram multipart file upload with authentication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published