Hi benick,
Try this way:
1. Open file "CuteSoft_Client\CuteEditor\Dialogs\ThumbList.ascx"
2. Add the section below into the page
<script runat=server>
protected override void OnLoad(EventArgs e)
{
Sort = "DateAsc";
//DateDesc,DateAsc,SizeDesc,SizeAsc
base.OnLoad(e);
}
</script>
Regards,
Ken