Multi-File Uploader Query

Hi
Hi
I want to get a list of filepaths and filenames from a drag and drop operation onto the multi-file uploader element but do not want to store the file online. Is there a way that I can just drag the files over, get the filenames and the associated path eg dragging “c:\documents\test.jpg” I would like to be able to extract the filename “test.jpg” (which the component does already) but also the uploading filepath “c:\documents\test.jpg” and store both texts in a database field but not store the jpg itself.