bnmiros,
'Specifies the URL path of the Image Gallery. default "Uploads"
editor.ImageGalleryPath = "/Uploads"
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx Web Messenger: http://cutesoft.net/Web-Messenger/default.aspxasp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspxasp wysiwyg html editor: http://cutesoft.net/ASP asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx Live Support: http://cutesoft.net/live-support/default.aspx
Me too...
Andy,
In what file do I find the ImageGalleryPath property?
<%
dim content
content ="<STRONG><EM><U>Easy to Install, Easy to Use</U></EM></STRONG><BR>"
Dim editor
Set editor = New CuteEditor
editor.ID = "Editor1"
editor.Text = content
editor.FilesPath = "CuteEditor_Files"
editor.MaxImageSize = 50
editor.AutoConfigure = "Minimal"
'editor.Template= "Bold,Italic,Underline"
editor.Draw()
%>
Hi Adam,
I received the exact same error as bnmirosand the fix you recommended didn't resolve the issue. I double-checked that editor.ImageGalleryPath = "/uploads was in the correct path and that the "uploads" folder does in fact exist in my root folder. Do you have any other suggestions that would prevent the 0x800A004C error I get in the top left window of my image upload pop-up window? Do I have to give the "uploads" folder certain permissions?
Also, when I try to browse for other images to upload on the same pop-up window, the preview window (top right window) won’t display the bmp file I’m trying to upload. It only displays a red x (
Thanks.
How do I check that? Please be detailed. Thanks