I want to compress the image that we are uploading in 'cute editor' . I found the methord of image compression on quality basis, now i want to implement it on 'upload' button of cute editor so i want to change it's functionality on the click of 'upload' button.
Please tell me how i can customize this upload button functionality, how can i found this function. The button defination on the page is:
<%
@ Register TagPrefix="CE" Assembly="CuteEditor" Namespace="CuteEditor" %>
<
CE:UploadSingleFile id="InputFile" runat="server"></CE:UploadSingleFile>
here i could not find 'UploadSingleFile' function.
Please reply soon it's very urgent.