I am wrapping some jQuery functionality around jQuery File Upload plugin. It uses an <input type="file" name="files[]" multiple="multiple">
element to what it seems like "hook up" the selected files before the upload. When a form on which the input resides is submitted, files are parsed on the server.
In order to debug my UI, I need to see the list of files currently "attached" to the input. Is it possible with Firebug or Chrome debugger?