Search

You searched for the word(s):
< 1 second(s)
  • Re: Any way to "restart" upload from where it left off?

    How can I can get&nbsp;the resume demo original aspx file?
    Posted to Ajax Uploader (Forum) by turismosw on November 4, 2009
  • Recovering from file transfer error

    I am using UploadAttachments to upload multiple files and sometimes there are transmission errors of one or two files in the group. &nbsp; Any example/suggestion how to implement an automatic detection of errors and retransmission of the corrupted&nbsp;files? &nbsp; Thanks &nbsp; &nbsp;
    Posted to Ajax Uploader (Forum) by turismosw on November 1, 2009
  • Re: Hide Cancel Button

    Hi Terry, &nbsp; thanks for your suggestion, but please clarify how to assign a CssClass to the Cancel Button on server side. &nbsp; The only way I have been able to convince the Cancel Button to use a CssClass as you suggested is to force in the client script as follows: &nbsp; function CuteWebUI_AjaxUploader_OnStart() ...
    Posted to Ajax Uploader (Forum) by turismosw on June 15, 2009
  • Hide Cancel Button

    I want to hide the Cancel button and make it not taking any space in the page. &nbsp; In a post in the forum I found this code: &nbsp; function CuteWebUI_AjaxUploader_OnStart() &nbsp;{ &nbsp;&nbsp;var hidden=this; &nbsp;&nbsp;hidden.internalobject.cancelBtn.style.visibility=''hidden''; &nbsp;} &nbsp; It&nbsp;works properly&nbsp;hiding the ...
    Posted to Ajax Uploader (Forum) by turismosw on June 14, 2009