Search

You searched for the word(s):
Showing page 73 of 231 (2,301 total posts) < 1 second(s)
  • Re: Why .resx extension?

    Hi, &nbsp; AjaxUploader will delete all temp files which expire in 5 hours. &nbsp; So you do not need maintain it. &nbsp; Once the FileUploaded event is fired, &nbsp; You can process the file. &nbsp; while client side showing the 'green mark' &nbsp; but you need show 'Uploaded , but process failed' message to the user ...
    Posted to Ajax Uploader (Forum) by cutechat on September 29, 2009
  • Re: Why .resx extension?

    Hi, &nbsp; The uploader upload the file to server side temp directory , and add .resx to protected the server. (Otherwise the hacker may upload some aspx and run it ) &nbsp; You can copy/move the file , change the file name in the FileUploaded event. &nbsp; We expect the developer do that job by themselves. &nbsp; Regards, Terry &nbsp;
    Posted to Ajax Uploader (Forum) by cutechat on September 29, 2009
  • Re: jquery.load("#div") and license error

    Hi, &nbsp; I think that is a bug. &nbsp; But I don't know how you can produce it . &nbsp; Can you post some code to descript how you load it ? &nbsp; - &nbsp; I suggest you make sure you are using the last version. &nbsp; Because currently I just think that error should not throw. &nbsp; Regards, Terry &nbsp;
    Posted to Ajax Uploader (Forum) by cutechat on September 29, 2009
  • Re: AjaxUploader does not remember the last used directory

    Pierre, &nbsp; Can you reproduce this problem on http://ajaxuploader.com/ demo ? &nbsp; Are your remote website using https ? &nbsp; Regards, Terry &nbsp;
    Posted to Ajax Uploader (Forum) by cutechat on September 29, 2009
  • Re: Ajaxuploader in usercontrol, sys undefined, client side framework failed to load

    Hi &nbsp; Please send to my mail : terry@cutesoft.net &nbsp; If you remove the uploader , will get page also throw that error ? &nbsp; Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on September 29, 2009
  • Re: jquery.load("#div") and license error

    Kevin, &nbsp; Do you get such error on a simple page ? &nbsp; &lt;%@ Page Language=''C#'' %&gt; &lt;%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %&gt; &lt;html&gt; &lt;body&gt; &lt;form runat=server&gt; &nbsp;&lt;CuteWebUI:Uploader runat=''server'' ...
    Posted to Ajax Uploader (Forum) by cutechat on September 29, 2009
  • Re: Distinct File Uploads

    Hi, &nbsp; They are the same file . &nbsp; When you want to check the file version , you can open the file property dialog , and check the title of the detail tab. &nbsp; Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on September 29, 2009
  • Re: simpliest way to change language for AjaxUploader?

    Hi, &nbsp; 1 - Use the server control properties to set the strings. &nbsp; 2 - Use client side event to show custom error message: &nbsp; &lt;script&gt; function CuteWebUI_AjaxUploader_OnError(msg) { &nbsp;&nbsp;&nbsp; //check the msg , and replace it to custom message : &nbsp;&nbsp;&nbsp; alert(''my error msg''); &nbsp;&nbsp;&nbsp; ...
    Posted to Ajax Uploader (Forum) by cutechat on September 29, 2009
  • Re: Bugs and questions

    Hi, &nbsp; Please download the control again. &nbsp; the new property name is MaxAlbumSize (KB) &nbsp; Regards, Terry &nbsp;
    Posted to ASP.Net Image Gallery (Forum) by cutechat on September 29, 2009
  • Re: how to interact with the uploaded files table

    Hi, &nbsp; The order is this : &nbsp; 1 - item change status to 'green mark' &nbsp; 2 - postback event fired &nbsp; 3 - server side OnFileUploaded fire for each file. &nbsp; Please check this sample for the table : &nbsp; http://ajaxuploader.com/document/scr/create-custom-queue-table.htm &nbsp; Regards, Terry &nbsp;
    Posted to Ajax Uploader (Forum) by cutechat on September 29, 2009
« First ... < Previous 71 72 73 74 75 Next > ... Last »