Skip to content

araditc/Arad.ChunkedUpload

Repository files navigation

Chunked file upload

License Apache2

Chunked file uploading to a .NET Core 3.1 API server. The client uses Resumable.js, which in turn uses HTML 5 file API to generate the chunks.

How to run

Install requirements:

.Net Core

Run:

cd Arad.ChunkedUpload
open Arad.ChunkedUpload.sln via visual studio 2019

Then browse to localhost:5000. API Documentation will be available on localhost:5000/api-docs.

Upload generated files, download it from server and check whether the checksums match with sha1sum

sha1sum file.tmp

About

Chunked file uploading to a .NET Core 3.1 API server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published