Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: Allow Users to Delete Images in Image Gallery
Re: Allow Users to Delete Images in Image Gallery
07-20-2009, 8:34 AM
miantosca
Joined on 07-15-2009
Posts 3
Re: Allow Users to Delete Images in Image Gallery
Reply
Quote
thanks - can I do this programatically?
Editor1.Setting["security:OverWriteExistingUploadedFile"] = "true";
Editor1.Setting["security:AllowDelete"] = "true";
View Complete Thread