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

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.

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).

[![Build status](https://ci.appveyor.com/api/projects/status/2v9xurld6yn1s5aa?svg=true)](https://ci.appveyor.com/project/SeppPenner/blazorfileuploadservice)
[![GitHub issues](https://img.shields.io/github/issues/SeppPenner/BlazorFileUploadService.svg)](https://github.com/SeppPenner/BlazorFileUploadService/issues)
[![GitHub forks](https://img.shields.io/github/forks/SeppPenner/BlazorFileUploadService.svg)](https://github.com/SeppPenner/BlazorFileUploadService/network)
[![GitHub stars](https://img.shields.io/github/stars/SeppPenner/BlazorFileUploadService.svg)](https://github.com/SeppPenner/BlazorFileUploadService/stargazers)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://raw.githubusercontent.com/SeppPenner/BlazorFileUploadService/master/License.txt)
[![Known Vulnerabilities](https://snyk.io/test/github/SeppPenner/BlazorFileUploadService/badge.svg)](https://snyk.io/test/github/SeppPenner/BlazorFileUploadService)
[![Blogger](https://img.shields.io/badge/Follow_me_on-blogger-orange)](https://franzhuber23.blogspot.de/)
[![Patreon](https://img.shields.io/badge/Patreon-F96854?logo=patreon&logoColor=white)](https://patreon.com/SeppPennerOpenSourceDevelopment)
[![PayPal](https://img.shields.io/badge/PayPal-00457C?logo=paypal&logoColor=white)](https://paypal.me/th070795)

## Screenshots
![Screenshot 1](Screenshot1.PNG "Screenshot 1")
![Screenshot 2](Screenshot2.PNG "Screenshot 2")
![Screenshot 3](Screenshot3.PNG "Screenshot 3")

## 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).