#file-upload

[ follow ]
Web frameworks
fromInfoWorld
1 week ago

How to upload files using minimal APIs in ASP.NET Core

Minimal APIs in ASP.NET Core support file uploads using IFormFile for single files and IFormFileCollection for multiple files.
fromHackernoon
2 years ago

A Simple Way to Build a Progress Bar for Your Website's Image Uploader Using Filestack | HackerNoon

Building a custom progress bar from scratch requires boilerplate JavaScript using XMLHttpRequest and its upload.onprogress event.
Web development
[ Load more ]