Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for ASP
»
Re: path issue
Re: path issue
03-26-2007, 7:57 PM
MattSmith
Joined on 12-07-2006
Posts 10
Re: path issue
Reply
Quote
Hi Adam,
I have updated my ASP to:
'Specifies the URL path of the Image Gallery. default "Uploads"
editor.ImageGalleryPath = "images/" & GLOBAL_Mer_ID & "/"
'Specifies the URL path of the Flash Gallery. default "Uploads"
editor.FlashGalleryPath = "flash/" & GLOBAL_Mer_ID & "/"
'Specifies the URL path of the Downloadable Files. default "Uploads"
editor.MediaGalleryPath = "media/" & GLOBAL_Mer_ID & "/"
editor.FilesGalleryPath = "pdfs/" & GLOBAL_Mer_ID & "/"
After further testing only the image gallery functions.. The others get the path error...
I have output the string that I pass to each and pasted it directly into the url and I get the directory...
I cant see where Im going wrong... am I assigning the paths to the wrong method.. (ie editor.FilesGalleryPath)??
View Complete Thread