Hi,
How do I change the naming of my thumbnails. If I change it in code:
gallery1.ThumbnailsPrefix = "thumb_";
My page looks for that prefix, but all my uploads still get the t__.
I have looked at the imageupload2.aspx code and see nothing so I assume its being named upstream.
Can I overload something to enable my own naming scheme?
Thanks.
DM.