-
Is there anyone with an example showing how to pass the values into the file upload object using Blazor WASM? // Get a reference to a folder // Upload a file by adding it to the folder's files collection |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@nikomas78 : maybe this helps: https://blog.stevensanderson.com/2019/09/13/blazor-inputfile/
|
Beta Was this translation helpful? Give feedback.
@nikomas78 : maybe this helps: https://blog.stevensanderson.com/2019/09/13/blazor-inputfile/
file.Data
is a stream that can be used in theFiles.AddAsync
method as explained here: https://pnp.github.io/pnpcore/using-the-sdk/files-intro.html#adding-files-uploading