Hi Amjad,
Greetings from Syncfusion support.
Query1: Do we need to install the Syncfusion.Blazor.Inputs nuget package when I have already installed Syncfusion.Blazor package and all other controls are working fine.
No need to install the individual Nuget package (Syncfusion.Blazor.Inputs) if you have already using Syncfusion.Blazor package, which contains all component dependencies. For more information, please find the documentation below.
Query2: Do we install this package in the server project or the client project or both?
Installing Nuget packages in client side is enough for Blazor WASM application.
Query3: Without any controller side code (just as mentioned in your documents), does this upload and save files to any location on the server? What is that location? I get the message file uploaded successfully but I dont see the file on the server side.
No, without server side API end-point(Controller code), the files will not be saved in the server. We need to add the controller code to upload the files in server. Please find the controller code for save and remove action in the below documentation.
Query4: If I do not write any server side controller code, how do I set the destination directory where the files will be uploaded?
You can upload the files and files of folders in the Blazor application without specifying the server-side API end point(Controller code) using AsyncSettings. You can get the uploaded files as file stream in the ValueChange event argument. Now, you can write the save handler inside ValueChange event to save the files to desired location. For more information, please find the below documentation.
Kindly check with the above answers helps you to achieve your requirement. Please get back us if you need further assistance.
Regards,
Ponmani M