Search

You searched for the word(s):
Showing page 160 of 231 (2,301 total posts) < 1 second(s)
  • Re: Semi-Colon in filename

    Chris, &nbsp; It's really a strange problem that it relative the PDF extension. &nbsp; But I currently are not able to reproduce this problem. &nbsp; Can you upload it to our online example ? &nbsp; We need know which cause this issue, the browsers? or servers. &nbsp; Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on January 5, 2009
  • Re: how to add required field validator to upload button

    Hi, Currently the Uploader can't not be applied the validation control. &nbsp; while the uploader would do a postback to server after it upload a file, &nbsp; You can send a flag to client side after the file are uploaded. &nbsp; Or you can check our online sample ...
    Posted to Ajax Uploader (Forum) by cutechat on January 5, 2009
  • Re: Problem In Implementing Uploader in Code Behind Page in asp.net

    ssjal , &nbsp; You can just create a new uploader and put it into some container , at every page's init/load event: &nbsp; &nbsp;Uploader _uploader; &nbsp;protected override void OnLoad(EventArgs e) &nbsp;{ &nbsp;&nbsp;_uploader = new Uploader(); &nbsp;&nbsp;_uploader.ID = ''MyUploader''; &nbsp;&nbsp;_uploader.InsertText = ''Select ...
    Posted to Ajax Uploader (Forum) by cutechat on January 5, 2009
  • Re: How to apply full postback

    Hi, &nbsp; Please try &nbsp; Uploader1.InsertButton.ValidationGroup = ''NoNeed''; &nbsp; Some customers have the same problem , maybe we need improve the uploader for this condition automatically. &nbsp; Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on January 5, 2009
  • Re: Upload photo to database?

    Hi, &nbsp; Oh yes. Since we changed the uploader recently , we forgot to implement this sample method. &nbsp; the AppendData method should be: &nbsp; -old code deleted-see the following reply- &nbsp; Please test it and reply me if you get more problem. &nbsp; &nbsp; Regards, Terry.
    Posted to Ajax Uploader (Forum) by cutechat on January 5, 2009
  • Re: Simple Upload not working in IE7

    Hi, &nbsp; Is it convenient that your put an online exapmpe for me ? My email address is terry @ cutesoft.net I will help you to do some tests. &nbsp; Thanks &nbsp; Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on January 5, 2009
  • Re: Error Uploading

    Chris, &nbsp; That is a Silverlight plug-in error. &nbsp; As you said it's just happen in a few chance, and there's no enough debug information, &nbsp; Maybe we need investigate it for a long time. &nbsp; Could you tell me , when you get such error ? &nbsp; When click the browse button ? or after selecting a file ? or while uploading ...
    Posted to Ajax Uploader (Forum) by cutechat on January 5, 2009
  • Re: Upload Control not clearing after upload

    Chris, &nbsp; Can you show me the code of the update button ? &nbsp; When you move/delete the file , you should call the attachment item's Delete method. &nbsp; Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on January 5, 2009
  • Re: Upload not working

    veloearl, &nbsp; We will invesgating on this issue more deeply. &nbsp; Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on December 31, 2008
  • Re: Upload not working

    Hi, &nbsp; Currently Flash-plugin is not support your case. &nbsp; If the browsers installed Flash, the Uploader would try to use Flash to upload, &nbsp; And then the Flash would prompt the username/password. &nbsp; We already provide a method to just disabled the Flash mode ...
    Posted to Ajax Uploader (Forum) by cutechat on December 30, 2008