Hello,
I can't find a way to pass additional information or metadata up to the server for use with each uploaded file.
For example, I need to have IDs for which category the file data should be placed in, and also what type of data it is (specific to our application).
Did I miss how to do this, or is it not supported? In an ideal world, it seems like it would be good if the
UploaderEventArgs object were extended to have and additional Object or String field that could be set on the client prior to the upload.
Any ideas about how I can get this information in the FileUploaded event?
Thanks in advance.