Hallo,
i can't upload images or documents, don't see the upload-dialog.
A.Lemke
A.Lemke,
Are you sure that you set editor.FilesPath = "CuteEditor_Files" correctly?
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
hi,
i have the same problem, and my editor.FilesPath = "CuteEditor_Files" is correct ?
why the upload frame is not visible ?
CP,
Make sure you set AllowUpload property (default value is true) to true.
If you have code as the followings in your page:
editor.AllowUpload = false
Thte upload ifram will be invisible.
it's an error in the documentation.
i think you must write:
editor.AllowUpload = "true"
and not
editor.AllowUpload = true
it's now ok
editor.AllowUpload = "true" <-------