An open API service indexing awesome lists of open source software.

https://github.com/sql-mistermagoo/rcfileupload

Sample Razor Components Project For File Uploads
https://github.com/sql-mistermagoo/rcfileupload

Last synced: about 1 year ago
JSON representation

Sample Razor Components Project For File Uploads

Awesome Lists containing this project

README

          

# RCFileUpload
Sample Razor Components Project For File Uploads

# Key bits of code

### Startup.cs
Add SignalR options to allow larger file transfers

### Interop.js
Required Javascript for getting files from the user and sending to the server.