Hi Wanted to know if the below scenario is possible.
1: Similar to your Start-uploading-manually.aspx example I want to upload a list of files manually
2: After selecting the files I want to process them 1 at a time and provide real time feedback
3: When I click the submit button to upload the files this is what I want to happen
a: A spiner appears on the 1st row. File is uploaded to server. I do some process with the uploaded file and when this is over the spinner turns into a checkbox
b: Now the above step a should repeat for every file which I have selected.
Is it possible to build a UI like the above using Ajax Uploader. Thanks