https://github.com/sepppenner/blazorfileuploadservice
BlazorFileUploadService is a project to support simple file uploads using Blazor.
https://github.com/sepppenner/blazorfileuploadservice
blazor blazor-client blazor-server blazor-webassembly file-sharing file-upload
Last synced: 4 months ago
JSON representation
BlazorFileUploadService is a project to support simple file uploads using Blazor.
- Host: GitHub
- URL: https://github.com/sepppenner/blazorfileuploadservice
- Owner: SeppPenner
- License: mit
- Created: 2019-12-02T12:46:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-05T22:55:18.000Z (over 1 year ago)
- Last Synced: 2025-10-30T14:43:59.166Z (8 months ago)
- Topics: blazor, blazor-client, blazor-server, blazor-webassembly, file-sharing, file-upload
- Language: C#
- Homepage:
- Size: 155 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: License.txt
Awesome Lists containing this project
README
BlazorFileUploadService
====================================
BlazorFileUploadService is a project to provide a simple file-sharing service using [Blazor](https://github.com/aspnet/Blazor).
The project is heavily based on the [BlazorInputFile](https://github.com/SteveSandersonMS/BlazorInputFile) code from [@SteveSandersonMS](https://github.com/SteveSandersonMS).
[](https://ci.appveyor.com/project/SeppPenner/blazorfileuploadservice)
[](https://github.com/SeppPenner/BlazorFileUploadService/issues)
[](https://github.com/SeppPenner/BlazorFileUploadService/network)
[](https://github.com/SeppPenner/BlazorFileUploadService/stargazers)
[](https://raw.githubusercontent.com/SeppPenner/BlazorFileUploadService/master/License.txt)
[](https://snyk.io/test/github/SeppPenner/BlazorFileUploadService)
[](https://franzhuber23.blogspot.de/)
[](https://patreon.com/SeppPennerOpenSourceDevelopment)
[](https://paypal.me/th070795)
## Screenshots



## Hints
The WebAssembly project doesn't work yet.
## Inspired by
* https://bayfiles.com/
* https://anonfiles.com/
* https://openload.cc/
* https://letsupload.cc/
* https://megaupload.nz/
* https://share-online.is/
* https://rapidshare.nu/
* https://forumfiles.com/
* https://vshare.is/
* https://uplovd.com/
* https://ddownload.com/
* https://douploads.net/
* http://hexupload.net/
* https://filechan.org
* https://myfile.is/
* https://upvid.cc/
* https://lolabits.se/
* https://hotfile.io/
## Further links
* https://blog.stevensanderson.com/2019/09/13/blazor-inputfile/
* https://github.com/SteveSandersonMS/BlazorInputFile
* https://www.nuget.org/packages/BlazorInputFile
* https://docs.microsoft.com/en-us/dotnet/api/system.io.path.getrandomfilename?redirectedfrom=MSDN&view=netcore-3.0#System_IO_Path_GetRandomFileName
Change history
--------------
See the [Changelog](https://github.com/SeppPenner/BlazorFileUploadService/blob/master/Changelog.md).