This question is locked. New answers and comments are not allowed.
Hello Guys,
I am using the Radupload silve light contorl to upload files . Here is what I am trying to achieve after every file uploaded to Target folder , I want to save the file information like fileName , FolderPath to a database table.
I do see couple of examples overriding the Process Request Method and using IsFinalFileRequest() method , but the problem is IsFinalFileRequest() method gets fired only at end of last file when I am uploading the multiple files.
Can you guys give me an example on how to Write information to a database table after each file uploaded to the Target folder ?
Thanks,
Ajay
I am using the Radupload silve light contorl to upload files . Here is what I am trying to achieve after every file uploaded to Target folder , I want to save the file information like fileName , FolderPath to a database table.
I do see couple of examples overriding the Process Request Method and using IsFinalFileRequest() method , but the problem is IsFinalFileRequest() method gets fired only at end of last file when I am uploading the multiple files.
Can you guys give me an example on how to Write information to a database table after each file uploaded to the Target folder ?
Thanks,
Ajay