Hi,
How can i delete the file name after it's uploaded? I was thinking to add the uploaded items to a grid and let the user know what files are uploaded and if they can remove them. with the current functionality of Cancel button which clears the list , user doesnt know whats uploaded before.
I'm not sure if its the right solution but if so, then how can i delete the file name from the list automatically after it's uploaded? I know there is an event called FileUploded with FileUploadedEventArgs but i dont know how to remove it from the list.
Thanks
How can i delete the file name after it's uploaded? I was thinking to add the uploaded items to a grid and let the user know what files are uploaded and if they can remove them. with the current functionality of Cancel button which clears the list , user doesnt know whats uploaded before.
I'm not sure if its the right solution but if so, then how can i delete the file name from the list automatically after it's uploaded? I know there is an event called FileUploded with FileUploadedEventArgs but i dont know how to remove it from the list.
Thanks