Search

You searched for the word(s):
< 1 second(s)
  • Periodic error

    I'm getting this error sometimes, I have not been able to trace the error: &nbsp; http://mikrosites.dk/uploaderror.gif &nbsp; Can anybody explain what is going wrong?
    Posted to Ajax Uploader (Forum) by truelz on December 10, 2009
  • Re: Adding files to uploaded list programmatically

    To follow up: &nbsp; I have made a little hack by sending a stream to the Itemlist containing the id in my database table which refer to the file I want to show in the list. I am using this id when the user clicks the Remove button later, to be able to remove the selected file from database and hard drive. &nbsp; My next problem is that even ...
    Posted to Ajax Uploader (Forum) by truelz on November 20, 2009
  • Adding files to uploaded list programmatically

    I'm am using the following lines of code: &nbsp; System.IO.Stream stream = File.Open(path, System.IO.FileMode.Open); cwuploader.Items.Add(Convert.ToInt32(stream.Length), filename, stream); &nbsp; The code is working, but for medium size files (50 MB+), the procedure takes way too much server resources. Could a solution be to make a false ...
    Posted to Ajax Uploader (Forum) by truelz on November 20, 2009