Hi, I am using Infragistics Upload control in Asp.net MVC3 application, I found there is a link button called "Clear Uploaded", what it will do after I click it? What I can see if the uploaded file names disappeared, did it remove the files on the server?
Hi there,
This simply clears the UI. It would not remove the uploaded files.
Thank you for using the Infragistics forums!
Thank you.
I have one more question, I want to reuse the igUpload control, once uploaded files, I want to set this control to default status, that is only one "Upload" button, how can I do that?