From: José R. | I. S.L. <jr...@id...> - 2017-08-10 16:03:00
|
Ok, I'll check it out. El 10 ago. 2017 5:58 p. m., "Ronald Brill" <rb...@rb...> escribió: > 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 > > > |