Search

You searched for the word(s):
Showing page 158 of 231 (2,301 total posts) < 1 second(s)
  • Re: Help Needed in Placing Uploader in a Update Panel

    Hi, &nbsp; You need not call the CuteWebUI_AjaxUploader_OnStart, &nbsp; the ajax uploader would call it if the javascript function exists. &nbsp; you just need disable the dropdownlist there. &nbsp; All these things should be done in client side. &nbsp; Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on January 7, 2009
  • Re: File list update, on UploadAttachments1_FileUploaded()

    Hi, &nbsp; If you move the file in the FileUploaded event, the file would not be added into the attachment collection. &nbsp; If you want to control the attachment collection , and want to add items into the collection, &nbsp; you need check our advanced example code. the EditTopic.aspx page. &nbsp; Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on January 7, 2009
  • Re: MoveTo() and file overwritting

    Hi, &nbsp; You can delete&nbsp;the file if it exists: &nbsp; if(System.IO.File.Exists(filepath)) &nbsp;&nbsp;&nbsp; System.IO.File.Delete(filepath); args.MoveTo(filepath); &nbsp; or you can report error if you do not want to override it: &nbsp; if(System.IO.File.Exists(filepath)) { &nbsp;&nbsp;&nbsp; SendAlert(''File already ...
    Posted to Ajax Uploader (Forum) by cutechat on January 7, 2009
  • Re: logging messages in client mode

    Hi, &nbsp; I think the most probably reason is SQL error. &nbsp; Can you use SQL Profile to check what cutechat executed ? &nbsp; Regards, Terry
    Posted to Cute Chat and Cute Web Messenger (Forum) by cutechat on January 7, 2009
  • Re: Issues with URL rewriting?

    Do you get other error logs ? &nbsp; the url of 404 error is .._Addon=verify&amp;.. , but the log you uploaded is .._Addon=upload&amp;.. &nbsp; Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on January 7, 2009
  • Re: Issues with URL rewriting?

    Hi, &nbsp; I just checked all logs..&nbsp; &nbsp; &nbsp; The form data is OK, the upload module can read it. &nbsp; after Response.Write(''OK'') , there is a GENERAL_NOT_SEND_CUSTOM_ERROR &nbsp; Maybe the error is that , the uploader module do not set Response.StatusCode=200 before Response.Write(''OK'') &nbsp; I will create an ...
    Posted to Ajax Uploader (Forum) by cutechat on January 7, 2009
  • Re: Issues with URL rewriting?

    Hi, &nbsp; I think you also need change the pattern &nbsp; components/report/create &nbsp; 109. PATTERN_MATCH Pattern=''^components/report/create'', InputURL=''components/report/create'', Negate=''false'', ...
    Posted to Ajax Uploader (Forum) by cutechat on January 7, 2009
  • Re: Issues with URL rewriting?

    Hi, &nbsp; I just found that the uploader try to access the &nbsp; components/report/create?areaID=820 &nbsp; That's the problem. &nbsp; Can you show me the HTML source code ? what is the form action ? &nbsp; Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on January 7, 2009
  • Re: Issues with URL rewriting?

    Hi, &nbsp; It seems that your are using IIS7 url rewrite module. &nbsp; I sugguest you keep the querystring like this: (maybe you need modify&nbsp;the pattern&nbsp;a little to make it works) &nbsp; &lt;rule name=''Report_Create_Area_Rewrite'' stopProcessing=''true''&gt; &nbsp;&nbsp;&nbsp;&nbsp;&lt;match ...
    Posted to Ajax Uploader (Forum) by cutechat on January 7, 2009
  • Re: Issues with URL rewriting?

    Hi, &nbsp; Can you post your url configuration? &nbsp; you need handle the conditions of the querystring which be added by uploader. &nbsp; Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on January 7, 2009