Hello,when I upload an image - the process works great. After selecting the image, CW shows it in the text area. I save the form, check my DB - and verify it saved all the HTML.
If I take the HTML from my DB and past it into a web page - everything works great. However, when I view my text ( for editing purposes ) thru CE - it doesn't display the image.
Example:
The text in CE BEFORE I save:
<img height=312 hspace=9 src="http://localhost/2005/SDEA/images/CE_uploads/button_calendar.gif" width=226 align=left vspace=4 border=2>Your email address will never be used to resell or for marketing purposes.null It is strictly captured so you have a familiar reference to log into your account.
I save the form. Check my DB - perfect, looks like above HTML. However, when I view the text again, this is what CE shows:
<img height=312 hspace=9 src="http://localhost/2005/SDEA/AdminArea/" width=226 align=left vspace=4 border=2>Your email address will never be used to resell or for marketing purposes.null It is strictly captured so you have a familiar reference to log into your account.
I've checked all my security permissions - all looks good. The image IS uploaded successfully to my default images/CE_Uploads folder.
The location: http://localhost/2005/SDEA/AdminArea is the location of my form where I'm using CE.
What am I doing wrong??????