bluetianx / BirdMessenger

DotNET client implementation of the Tus protocol for resumable file uploads.
https://tus.io/
MIT License
62 stars 12 forks source link

Sample TestDotNetSite Issue #50

Closed benny-adiwijaya closed 1 year ago

benny-adiwijaya commented 1 year ago

Hi, I want to try sample TestDotNetSite but it didn't have a web page. What do I need to do for the first step?

bluetianx commented 1 year ago

Hi, TestDotNetSite dose not have web page,If you successfully run this project, you can upload a file with URL(http://host(your website host)/files).

bluetianx commented 1 year ago

You can refer to BirdMessenger.Test project code