I am not sure why - but the tumbnails are not being created in the Image Gallery selector. I granted permission to everything but still no go. I did a basic work around = where I change the thumblist.ascx
from:
<ItemTemplate>
<img border="0" src="<%# ThumbUrl((String)(DataBinder.Eval(Container.DataItem,"Path"))) %>" ...
/<ItemTemplaTE>
To:
<ItemTemplate>
<img border="0" src="<%# DataBinder.Eval(Container.DataItem,"Path") %>" width="80" height="80" ...
/<ItemTemplaTE>
i do understand what the call is doing - but not sure why it results in broken images - I am assuming the thumbnail can not be written. The directories are not 1 level - so maybe it is failing to while trying to build the path.
If it helps, I set the
Editor1.Setting("security:ImageGalleryPath") = to a absolute path.
regards,
Dave