Hi kamala20,
If you mean the 'Insert' button
Insert Image dialog
1. Open file 'CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx'
2. Find section below
<input class="formbutton" type="button" value=" [[Insert]] " onclick="do_insert()" id="Button1" />
Change to
<input class="formbutton" type="button" value=" [[Insert]] " onclick="do_insert()" id="Button1" style="display:none"/>
Downloadable Files dialog
1. Open file 'CuteSoft_Client\CuteEditor\Dialogs\InsertDocument.aspx'
2. Find section below
<input class="formbutton" type="button" value=" [[Insert]] " onclick="do_insert()" id="Button1" />
Change to
<input class="formbutton" type="button" value=" [[Insert]] " onclick="do_insert()" id="Button1" style="display:none"/>
If yo mean the 'Upload' button
Insert Image dialog
1. Open file 'CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx'
2. Find section below
<td valign="top" id="uploader">
Change to
<td valign="top" id="uploader" style="display:none">
Downloadable Files dialog
1. Open file 'CuteSoft_Client\CuteEditor\Dialogs\InsertDocument.aspx'
2. Find section below
<td valign="top" id="uploader">
Change to
<td valign="top" id="uploader" style="display:none">
Regards,
Ken