I have a frame that a user can drag and drop files to. My AsyncUpload control is in a separate iframe.
I am currently able to pass the dataTransfer.files object between frames... is there a way I can add the individual file objects of the dataTransfer.files array to the AsyncUpload control using JavaScript?
I can't seem to find a function that will let me do it.
Thank you in advance,
Justin