Hi Alex ,
You can set CuteEditor image size upload limitation by using the MaxImageSize property.
MaxImageSize specifies the max size in Kbytes of the image files that the user has access to upload.
For example, if you want to set the image size upload limitation is 200k (by default 100k), you can using the following code:
<CE:Editor id="Editor1" MaxImageSize=200 runat="server" ></CE:Editor>
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
No, the user will get an error message. The image site is larger than the 200K (MaxImageSize).
It will not resize automatically.
It's true we got many customer requests about the function of resizing automatically. We haven't decided to put it into the next version. One concern we have is the quality of the resizing image.