Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: How to set dynamically the directory for uploading images?
Re: How to set dynamically the directory for uploading images?
07-22-2007, 8:24 AM
tml109
Joined on 07-22-2007
Posts 1
Re: How to set dynamically the directory for uploading images?
Reply
Quote
You can try this:
'Media Gallery
Me
.Editor1.SetSecurityMediaGalleryPath("C:\directory")
'Image Gallery
Me
.Editor1.SetSecurityImageGalleryPath("C:\Directory")
View Complete Thread