User-1980778524 posted
Hi, I got the Blazor carousel working. But I wish to be more creative. I want to change the images after a while. Below are my problems.
- How to upload file to the Images folder in wwwroot?
given the filename in wwwroot folder is :
a) myImg1.jpeg
when I upload the image, I will use the same name to override the existing one.
2. How to handle it on the server side?
Is this means the file will not be handled within blazor in the Browser, the file will be sent to the server which host the Blazor ?
Please help as i this is quite a challenge.
Thanks