Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all

I am new to Blazor and i got stuck in multiple image upload functionality in blazor webassembly app.

I have to create my application as web assembly, I couldn't find any tutorial of multiple image upload using web assembly? I can see lot of using server app.
Cant we do this in web assembly? if yes how we will do that?Please help me with any tutorial or code sample.

Note:in webassembly app I need

Thanks in advance!!

What I have tried:

I have tried with server app and its working but how to do in web assembly?
Posted
Updated 22-Dec-22 13:00pm

1 solution

Google is a good place to start: how to upload multiple file using blazor - Google Search[^] returns many results including this: Uploading multiple files using InputFile in Blazor - Meziantou's blog[^]

But I am guessing that you want an upload progress bar too. So let's modify the search: how to upload multiple files with progressbar using blazor - Google Search[^] returns many results including this: File upload with progress bar in Blazor - Meziantou's blog[^]

I am also guessing that you want drag and drop support too... so let's google that too: how to upload multiple files with progressbar and drag drop using blazor - Google Search[^] which also returns many results including this: Upload Files With Drag & Drop or Paste in Blazor - Code Maze[^]

Here is a handy "all things Blazor" with lots of good stuff: https://awesomeopensource.com/project/AdrienTorris/awesome-blazor[^] and if you search there, there are other file upload components that may interest you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900