Hi,
I tried to integrate the editor to an ASP application and just couldn't figure out why the text pulled from the DB is not showing in the editor. When I look at the HTML source, everything appears to be correct and the hidden <input> tag has the content passed into the value element, but the editor wasn't showing the text.
My form had a setting of enctype="multipart/form-data" because I have a file upload field further down. Anyway, when I removed the enctype attribute on the form tag, the editor now displays the text and works correctly!
Can anyone else confirm the issue with multipart encoded forms?
I tried to integrate the editor to an ASP application and just couldn't figure out why the text pulled from the DB is not showing in the editor. When I look at the HTML source, everything appears to be correct and the hidden <input> tag has the content passed into the value element, but the editor wasn't showing the text.
My form had a setting of enctype="multipart/form-data" because I have a file upload field further down. Anyway, when I removed the enctype attribute on the form tag, the editor now displays the text and works correctly!
Can anyone else confirm the issue with multipart encoded forms?