Hi,
Hi I am writing an app where user can upload files (multiple at once) and each file will have custom data attached to it.
How do I access individual files and attach custom data to each file once I load them into the select file grid?
Almost like a SelectedItem event in a grid where I can access the individual files which I click on it.
I can use the OnUpload and OnSelect to send custom data and look through all the files but They aren't bind to the individual file.
Example, I have data like a description for each individual files that I want to send with it when I upload and write to the database. How do I bind that data to the file?