Yes i would overwrite the click event on all file links and use nodejs
Or, you can use node.js functions to get full control of file download. Or some node.js module.
--
You received this message because you are subscribed to the Google Groups "node-webkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-webkit...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
And from outside the iframe, using jquery, access the iframe and overwrite the click event on all links that matches your criteria
Then just use filter for this files, what you need. Or use classic callback "onload".
Sorry, I didn't get what you mean..