Hi @Rikam Palkar ,
Agree with AgaveJoe, for security reason, the Blazor WebAssembly application restricted to the capabilities of the browser. If you want to load the client file in Blazor WebAssembly application, you should upload the file using the upload input. If you want to access the file in Blazor WebAssembly application, you could add the json file in the wwwroot folder, then access the file via the http request. Like this:
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best regards,
Dillion