Open CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx.
In line 243, you will find the following code:
try
{
img = System.Drawing.Image.FromStream(new System.IO.MemoryStream(data));
}
catch
{
return "Image is in the wrong format.";
}
The logic is simple: we will show this error when the process of creating an Image from the specified data stream failed.
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp 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