I need to retrieve the list of selected files from the upload control
prior to it calling the DocumentUpload() function. The control does not
seem to expose any properties such as selected files. Anyone have any
idea how to get to the selected files in the control? Is there a better
way to upload files with programmatic control?
I need to upload multiple files from the client pc and have them
associated to a specific existing item in a form library. I'd like to
take the document name and use that as a linking field to the newly
uploaded documents which would live in a separate library.
Make sense?