Search

You searched for the word(s):
Showing page 126 of 231 (2,301 total posts) < 1 second(s)
  • Re: UploadAttachmentFile Items Count doesnt't work?

    Igor, &nbsp; Yes. &nbsp; You can process all items at the PreRender event. &nbsp; Regards, Terry &nbsp;
    Posted to Ajax Uploader (Forum) by cutechat on April 16, 2009
  • Re: Attempting to deploy Demo version to server failing

    Hi, &nbsp; How about &nbsp; &lt;%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader, Version=2.0.0.0, Culture=neutral, PublicKeyToken=bc00d4b0e43ec38d'' %&gt; &nbsp; or 3.0.0.0 (if you download it after 12/4) &nbsp; &lt;%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' ...
    Posted to Ajax Uploader (Forum) by cutechat on April 16, 2009
  • Re: How to get a byte array from the uploaded file?

    Hi, &nbsp; That is a new class of Uploader 3.0 , and we are prepairing the documents for it. &nbsp; You can also check this method to get the temp path (which name is different from file.FileName) &nbsp; string fullpath=file.GetTempFilePath(); &nbsp; (if you will not use none-file-system uploader provider.) &nbsp; (AjaxUploader supports ...
    Posted to Ajax Uploader (Forum) by cutechat on April 16, 2009
  • Re: EndOfStreamException occuring during file upload...

    Casey, &nbsp; I am not sure that EndOfStreamException is throwed from your code. &nbsp; Maybe it is throwed from uploader internal code. &nbsp; So you can just do a test : &nbsp; protected void ajaxUploader_OnFileUploaded(object sender, CuteWebUI.UploaderEventArgs ...
    Posted to Ajax Uploader (Forum) by cutechat on April 16, 2009
  • Re: Process Files Individually

    Hi, &nbsp; It will within&nbsp;1 week. &nbsp; Regards Terry
    Posted to Ajax Uploader (Forum) by cutechat on April 14, 2009
  • Re: JavaScript error during upload

    Stephan , &nbsp; I don't know why the DeleteAllAttachment not work on your app. &nbsp; for the cancel button, you can set &nbsp; uploader.CancelButton.CssClass=''HideButton''; and use css to hide it: &nbsp; .HideButton { &nbsp;&nbsp;&nbsp; display:none!important; } &nbsp; Regards, Terry &nbsp;
    Posted to Ajax Uploader (Forum) by cutechat on April 14, 2009
  • Re: Process Files Individually

    Hi, &nbsp; Your request is very useful. &nbsp; Currently the client side do not provide event for each file. &nbsp; We will add that event API , and provide sample for your request soon. &nbsp; Regards, Terry &nbsp;
    Posted to Ajax Uploader (Forum) by cutechat on April 14, 2009
  • Re: JavaScript error during upload

    Hi, &nbsp; your 'action' input field will override the form.action property. I think we need use form.getAttribute(''action'') for the new code.. &nbsp; 1. If you only modify the attribute CancelUploadMsg it's not useful , because the cancel button is rendered as an real button. and be attached as the CancelButtonID &nbsp; 2. If you are ...
    Posted to Ajax Uploader (Forum) by cutechat on April 14, 2009
  • Re: How to save file on server using Ajax uploader in .net 3.5

    Hi, &nbsp; What do you mean the .net 3.5 ? Do you mean the MVC ? &nbsp; The Ajax Uploader supports DotNet framework 1.x,2.0,3.x &nbsp; You can download the samples at http://ajaxuploader.com &nbsp; And these days we will publish Ajax Uploader 3.0 , which allow developer use it in ASP.NET MVC. &nbsp; Regards, Terry &nbsp;
    Posted to Ajax Uploader (Forum) by cutechat on April 13, 2009
  • Re: Invalid Argument

    Mike, &nbsp; Please test these way: &nbsp; 1. download the last version and try again. &nbsp; 2. create a simple page and add uploader into it and try again. &nbsp; 3. on your page which get error , try to remove something and try again. &nbsp; And then I think you will find which cause that error. &nbsp; Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on April 13, 2009