IFormFile FileUpload

  • Thread starter Thread starter Osman Taskiran
  • Start date Start date
O

Osman Taskiran

Guest
Hi,

I am using Blazor Wasm, and I want to uplaod a pdf or jpeg file to server.

Please dont share the server side code, all examples explains server side. But I need to get a client example.

Because, I want to upload media file with some date. I will use multipart/form-data, but I can not assign my file to IFormFile.

How I can assign a file/filestream to IFormFile?


Thank you


otaskiran

Continue reading...
 
Back
Top