cutechat:
Hi,
Yes, It's possible.
But now doing that is not an easy job.
We are thinking on this,
And may find a better solution, maybe need to change the script code to let it be easier.
Regards,
Terry
Sorry,
but how can i change the script code?? I implement the ajaxuploader easly below:
<div class="content">
<MagicAjax:AjaxPanel runat="server" ID="MagicAjax1" MonitorVisibilityState="false" AjaxCallConnection="Synchronous">
<asp:Button ID="ButtonDeleteAll" runat="server" Text="Delete All"/> <CuteWebUI:UploadAttachments InsertText="Upload Files" runat="server" ID="Attachments1" ShowProgressBar="false" ShowProgressInfo="false" ShowRemoveButtons="false" ShowTableHeader="false" ShowCheckBoxes="false" ShowActionButtons="false">
<INSERTBUTTONSTYLE/>
</CuteWebUI:UploadAttachments>
<div>
<%-- Server Trace:--%>
<br />
<asp:ListBox runat="server" ID="ListBoxEvents" Width="800" Visible="false"></asp:ListBox>
</div>
</MagicAjax:AjaxPanel>
</div>
so i haven't the source code.
Haw can i resolve this problem???
thanks