You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello i'm having trouble with the preview image in file pond when it has to show an existing file that comes from the server and it's in byte[] or base64String format.
im not using an API, i already have the file as an array[] in a c# blazor app that calls the .js file with interop and passes the file as a paraemter to the function.
And i can't initialize the image properly it's shown like with an "empty" image inside the . I don't find anything in the docs as an example of that.
Hello i'm having trouble with the preview image in file pond when it has to show an existing file that comes from the server and it's in byte[] or base64String format.
im not using an API, i already have the file as an array[] in a c# blazor app that calls the .js file with interop and passes the file as a paraemter to the function.
And i can't initialize the image properly it's shown like with an "empty" image inside the . I don't find anything in the docs as an example of that.
I tried this with no luck:
The text was updated successfully, but these errors were encountered: