After installation of MultipleFileUpload when i create a new folder and try looping the image inside a folder using Razor i always get a child even when the folder is empty. The child has an ID of 0 so if inside a folder i have 2 image when i loop the folder i found 3
MultipleFileUpload umbraco 471 razor
After installation of MultipleFileUpload when i create a new folder and try looping the image inside a folder using Razor i always get a child even when the folder is empty. The child has an ID of 0
so if inside a folder i have 2 image when i loop the folder i found 3
@var count = folder.Children.Count();
even when the folder is empty it returns 1
is working on a reply...