ADefWebserver/Blazor-Blogs

Uploads returning FileTitle as null

kdraper opened this issue · 3 comments

In your Blazor-Blogs website I needed to do the following changes to get Uploads to work

  1. Create wwwroot/files
  2. add the following code change to upload controller
    if (FileTitle == null )
    {
    FileTitle = "[Unknown]";
    }

Can I ask how and where you installed Blazor-Blogs (for example did you download the install .zip from the releases page and install it on Azure)?

Also, what web browser you used?

Thanks!

Can you please try using the release from:
https://github.com/ADefWebserver/Blazor-Blogs/releases

Thanks!