add items programmatically

  •  09-25-2009, 10:18 AM

    add items programmatically

    Hi,
     
    I want to give my users the possibility to change the files they have uploaded at a later time. Therefore the control has to load the files allready uploaded by the user.

    I found this method for adding a item in code
     
      uploader.Items.Add(int fileSize, string fileName, Stream stream);
     
    but I can't seem to get the stream correct. 
    does anybody know how to get this line working? or another way to add them.
    thx.
     
     
      
     
     
     
View Complete Thread