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
I am trying to run the Blazor UI Kernel Memory app where I am trying to upload the document.
Question 1. Why I need to keep the document in "Documents" folder inside solution directory?
Question 2. I am getting below error while uploading the doc.:
blazor.web.js:1 Uncaught (in promise) Error: System.InvalidOperationException: An error occurred while reading the remote stream: NotReadableError: The requested file could not be read, typically due to permission problems that have occurred after a reference to a file was acquired.
Please suggest?
The text was updated successfully, but these errors were encountered:
Hello @ajmal-yazdani, I apologize for the delay but I missed the notification!
Question 1: the reason is that I'm copying the document into a local folder on the server and then I'm reading the stream.
Question 2: let me troubleshoot and see if I can find what's happening.
@ajmal-yazdani can you try with the latest code I've pushed? I changed the location of the file storing from the project folder to the real folder from where the application is running
Hello,
Thanks for sharing the demo.
I am trying to run the Blazor UI Kernel Memory app where I am trying to upload the document.
Question 1. Why I need to keep the document in "Documents" folder inside solution directory?
Question 2. I am getting below error while uploading the doc.:
blazor.web.js:1 Uncaught (in promise) Error: System.InvalidOperationException: An error occurred while reading the remote stream: NotReadableError: The requested file could not be read, typically due to permission problems that have occurred after a reference to a file was acquired.
Please suggest?
The text was updated successfully, but these errors were encountered: