Browse by Tags

All Tags » Ajax Uploader » AttachmentItem » FileUpload ajax uploader
  • Re: UploadAttachments.AttachmentTableStyle Examples?

    Adam: 1. Any examples using the UploadAttachments.AttachmentTableStyle property. What form does the string take?   UploadAttachments.AttachmentTableStyle Property Specifies the style for the attachment table.   It's the default value of this property: ''background-color:#ededed;margin-top:10px;margin-top:10px;font:normal ...
    Posted to Ajax Uploader (Forum) by senthilkumart on March 16, 2010
  • CrystalTech Security Permissions Error.

    I receive this error when I try to upload a certain image on my CrystalTech hosting account, it works fine on my local machine however.   Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed .       I've ...
    Posted to Ajax Uploader (Forum) by dmeeks on July 21, 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