Does "JavaScript file uploader" mean pure JavaScript based uploader?

Hi All,

I am a ASPNET developer. I am not using any web framework like Express or Angular. Just Server Side ASPNET Core MVC and plain jQuery.

Can I use Uppy in my project without having to use the tus server? I need a UI control for allowing users to upload files with preview. Image editing is a bonus. When user clicks Save, I want to do asynchronously upload files to Cloud Storage account.

Can uppy post the files data in chunks to a Post endpoint on MVC Controller?

I tried the quick sample (on the Github homepage) code in an ASPNET Core MVC View but nothing seems to work. There are no errors but the page appears blank.