From: Ronald B. <rb...@rb...> - 2017-08-10 15:58:59
|
Looks like your page uses the dropzone.js component. Have done some tests with the sample from page www.dropzonejs.com. Please open your page with an real browser and than start the developer tools and switch to the dom exporer/inspector. If you scroll down to the end there should be a (hidden) input field of type file. This is not part of the page source because it will be generated at the client side after the page was loaded. For HtmlUnit do this * open the page * wait a bit until the js is * locate the file input and proceed as described in my last post |