Search

You searched for the word(s):
Showing page 24 of 231 (2,301 total posts) < 1 second(s)
  • Re: Show Progress label when saving to database

    Hi, &nbsp; Currently we have no good ideas to let client show the server side progress directly. &nbsp; Now you can do this thing : &nbsp; 1 , on the server FileValidating event, start a new thread to copy the filedata to database, and return the request directly. 2 , on the client side, you can use the OnTaskComplete event, and start a new ...
    Posted to Ajax Uploader (Forum) by cutechat on July 3, 2010
  • Re: Error messages

    Hi, &nbsp; You can write this code to replace the error message : &nbsp; &lt;script&gt; function CuteWebUI_AjaxUploader_OnError(msg) { &nbsp;&nbsp;&nbsp; alert(''my custom message''); &nbsp;&nbsp;&nbsp; return false; } &lt;/script&gt; &nbsp; Regards, Terry &nbsp;
    Posted to Ajax Uploader (Forum) by cutechat on July 3, 2010
  • Re: multiple Buttons showing

    Hi, &nbsp; Please download the last version and test again. &nbsp; The old version have a bug which the uploader initialize too ealry and ignore the content while the page is still loading. &nbsp; Or, you can try to move the link code to the front of the uploader code. &nbsp; Regards, Terry &nbsp;
    Posted to Ajax Uploader (Forum) by cutechat on July 3, 2010
  • Re: "upload multiple files" button is not working in Mozilla 3.6.4

    Hi. &nbsp; We have fix this issue. Please download the control again. &nbsp; Either Firefox3.6 or Silverlight3.0 , have big mouse positioning bug. &nbsp; So we can't recieve any event when user click on the button. &nbsp; So we disable Silverlight3.0&nbsp;for Firefox3.6. And auto use Flash mode or IFrame mode. &nbsp; If you want to use ...
    Posted to Ajax Uploader (Forum) by cutechat on July 2, 2010
  • Re: Uploader not working in Firefox 3.6.6 at all

    Hi, &nbsp; We have fix this issue. Please download the control again. &nbsp; Either Firefox3.6 or Silverlight3.0 , have big mouse positioning bug. &nbsp; So we can't recieve any event when user click on the button. &nbsp; So we disable Silverlight3.0&nbsp;for Firefox3.6. And auto use Flash mode or IFrame mode. &nbsp; If you want to use ...
    Posted to Ajax Uploader (Forum) by cutechat on July 2, 2010
  • Re: Serialization Exception

    Hi, &nbsp; The UploaderEventArgs is a temporary object, you shall not save it to Session. &nbsp; You can save the args.FileGuid instead. &nbsp; and use &nbsp; new MvcUploader(HttpContext).GetUploadedFile &nbsp; to get the file object &nbsp; Regards, Terry &nbsp; &nbsp;
    Posted to Ajax Uploader (Forum) by cutechat on July 2, 2010
  • Re: UploadProvider does not support file system

    Hi, &nbsp; That is a bug. We didn't expect the customer use that provider. &nbsp; We will update it as soon as possible. &nbsp; Regards, Terry &nbsp;
    Posted to Cute Editor for .NET (Forum) by cutechat on June 30, 2010
  • Re: Multiple File Upload Hangs

    Hi, &nbsp; The default configuration is not fit for load balancing. &nbsp; You need do more for your server. &nbsp; There's two solution for load balancing: &nbsp; 1 - set temp directory to a shared server , for example , \\sharedserver\sharefolder &nbsp; 2 - use database provider to store the temp files into SqlServer ...
    Posted to Ajax Uploader (Forum) by cutechat on June 29, 2010
  • Re: Uploader not working in Firefox 3.6.6 at all

    Hi, &nbsp; Can you post all code ? &nbsp; How about do not use InsertButtonID property ? &nbsp; Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on June 29, 2010
  • Re: MoveTo and file.Delete don't work for some time after upload

    Olaf, &nbsp; Hope you can test it in a simple environment, not in your project. &nbsp; And then try the args.Delete(); &nbsp; If it works for simple environment, that means there maybe something special which prevent the uploader release the temp file. &nbsp; If it's a bug of AjaxUploader , we will fix it. &nbsp; &nbsp; You can also ...
    Posted to Ajax Uploader (Forum) by cutechat on June 3, 2010
« First ... < Previous 22 23 24 25 26 Next > ... Last »