XSP
UploadStream
XSP | UploadStream | |
---|---|---|
- | 2 | |
197 | 154 | |
- | - | |
0.0 | 0.0 | |
almost 4 years ago | 9 months ago | |
C# | C# | |
GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
XSP
We haven't tracked posts mentioning XSP yet.
Tracking mentions began in Dec 2020.
UploadStream
-
what do you find most frustrating about dotnet?
[Route("projects/{projectId:int}/files", Name = "UploadFile")] [Consumes("multipart/form-data")] [DisableFormValueModelBinding] [RequestSizeLimit(--num - bytes--)] [RequestFormLimits(MultipartBodyLengthLimit = --num - bytes--)] public async Task < IActionResult > PostAsync([FromRoute] int projectid) { // see nuget for https://github.com/ma1f/uploadstream var model = await this.StreamFiles < MyFileItem > (async file => { // never trust the client var fileName = file.FileName.GetSafeUniqueUri();
- What is the best way to validate and get the length of an aac file with asp.net core 5 running on Linux?
What are some alternatives?
Kestrel
EmbedIO - A tiny, cross-platform, module based web server for .NET
BeetleX - high performance dotnet core socket tcp communication components, support TLS, HTTP, HTTPS, WebSocket, RPC, Redis protocols, custom protocols and 1M connections problem solution
FFmpeg.NET - .NET wrapper for common ffmpeg tasks
UnitGenerator - C# Source Generator to create value-object, inspired by units of measure.
NAudio - Audio and MIDI library for .NET
vscode-csharp - Official C# support for Visual Studio Code
FileTypeChecker - Cross platform file type validator for .NET
FileSignatures - A small library for detecting the type of a file based on header signature (also known as magic number).