Browse by Tags

All Tags » MultipleFiles
  • Re: Strange .Net error while uploading.

    I have a similar issue when i try to upload multiple files from ie8 to iis7 I'm using the last CuteWebUI.AjaxUploader.dll     Randomly the upload freeze     and after some minutes i receive this error:     How can i fix this problem?   I have found a workaroud from ...
    Posted to Ajax Uploader (Forum) by ramponis on May 11, 2010
  • multi-file-upload problems: localhost demo not working, silverlight reference issue

    Hi AllFirst off love the demos on the site, and I am particularly interested in the fifth demo which is selecting multiple files and  and uploading it google style. On the site the faq mentioned,  ''No, Ajax Uploader is completely self contained and require no outside plug-in's or add-ons''While inspecting the multi file uploader demo ...
    Posted to Ajax Uploader (Forum) by genper on July 14, 2009
  • Session variable cleared after Upload

    I have an application that handles files. The files require some extra information for further processing. I'm using this control for file uploading: <CuteWebUI:UploadAttachments ID=''Uploader1'' runat=''server''  ...
    Posted to Ajax Uploader (Forum) by sancho on July 11, 2009
  • Duplicates Uploaded files

    Hi,  I'm having a problem...I get duplicates upload when I do the following. First I upload  documents once they show on the grid..I upload another document. The problem is when I upload for the second time..it adds the original  documents that i've already added plus the new add file. Is there a solution to this? Here ...
    Posted to Ajax Uploader (Forum) by jberney22 on February 3, 2009
  • User controls, multiple file uploads, manual start

    Hi   We have a situation where we have multiple (unlimited) number of user controls which are loaded onto a page dynamically based on a script. Each user control could be photo enabled, which at present would mean it has a standard asp.net upload control visible. The user selects a photo, and then carrys on down the script, possibly ...
    Posted to Ajax Uploader (Forum) by warrenvdm on November 18, 2008
  • 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