Clearing Ajax Uploader items

  •  06-27-2011, 2:55 PM

    Clearing Ajax Uploader items

    Hello.  After I successfully upload files using the AJAX Uploader control, I would like to clear the items from showing in the control, is there a way to do that?  I am using uploader.cancelall(); before the files are uploaded to clear the selected items, however, after the files are uploaded, I would like to clear the files uploaded from showing in the selected files box.  I have a limit of 3 files per upload, so I would like to reset the number of files to 0 so that the user can upload more files?  Where is the best place to achieve this and what is the best to do it?  For example, after the upload happens on the server side, I was expecting to be able to call uploader.items.clear but it does not appear that there is such a function.  Thoughts/suggestions?
     
    Thanks. 
View Complete Thread