Browse by Tags

All Tags » Ajax Uploader » FileUpload ajax uploader
Showing page 2 of 2 (12 total posts)
  • Classic File Input appear after clicking button

    It works fine when I am using IE - the browse file window appear when I click the ajax uploader button. Is it a known issue that a classic fileupload control appears after clicking the ajax uploader in Firefox, Opera and Safari?
    Posted to Ajax Uploader (Forum) by zechspeace on July 9, 2008
  • UploadAttachments doesn't have OpenStream

    Hi,   I tried using the OpenStream method in the uploadAttachments control (and yes I did look at your demo)     FROM THE DEMO SOURCE foreach (AttachmentItem item in Attachments1.Items) {    InsertMsg(item.FileName + '', '' + item.FileSize + '' bytes.'');    //Copies the uploaded file to a ...
    Posted to Ajax Uploader (Forum) by msalti on June 20, 2008