Code Monkey home page Code Monkey logo

blazorfileuploadapp's Introduction

Blazor 6 client File Upload Demo

A demo to show how to upload files from the client side of Blazor, with individual progress bars for each file.

Features:

  • Multiple file uploader
  • Drag and Drop functionality.
  • Files are uploaded in chunks.
  • Files are placed into an upload queue before uploading for review.
  • Files can be individually removed from the queue.
  • All queued files can be removed from the queue.
  • Each file in the queue has its own progress bar.
  • Once the file(s) have been uploaded, they stay in the queue and maked as uploaded.
  • Unique name is created before uploading to the server using DateTime.Now.Ticks.

Blazor 6 client File Upload Demo

blazorfileuploadapp's People

Contributors

agency8 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

blazorfileuploadapp's Issues

Question

As far as I can tell, this component does not upload via a http multipart/form-data upload, is that a correct assumption?
I ask because I need to an endpoint which could possibly be apache / php or other server side frameworks which would expect Form file.

Sudden small chunk size when using in project.

Hi!

Great app, thanks for sharing.

I've noticed something - when I use the stand-alone app demo, the Content-Length is large, 1,071,657 bytes roughly per chunk, and it uploads fast!

I've embedded it in a .Net 8 project I'm developing - but for some reason I cannot find, the content length is stuck around 38Kb! Even for 150GB files! So the round trip of each chunk takes ages.

Do you know of any setting I'm missing in the app? Is it .Core 8 I wonder?

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.