I am using version 3.1.6 and have found a great deal of info. about bugs related to the Image Gallery feature in this forum. Thanks to all who have shared their knowledge and experiences. I am running into a problem, however, that I cant seem to resolve.
The image gallery code on my form looks like this:
<FTB:ImageGallery id="ImageGallery1" RootImagesFolder="~/images/specials/"
AllowImageDelete="true" AllowImageUpload="true" AllowDirectoryCreate="false" AllowDirectoryDelete="false" runat="Server" />
I figured that by setting the RootImagesFolder property to a directory within my web app, that would be a way to restrict the "highest level" that a user could browse to and upload images to or delete images from. Problem is, it doesn't seem to work. Despite this property being set, the image gallery opens with a default view to the application root folder. I don't want the user to be able to delete images or upload images to the application root, or even to the "images" folder itself.
Any thoughts or suggestions?