From: Ronald B. <rb...@rb...> - 2017-01-06 13:05:23
|
Hi Vasu, sorry for not responding, but i have some problems with the mailings lists at the moment. As a quick guess i think you have to use the multiple option for your file upload to be able to select many files (from the same folder) for upload. Something like this... <input name="filesToUpload[]" id="filesToUpload" type="file" multiple="" /> To support this from HtmlUnit the HtmlFileInput offers a setValueAttribute method getting an array of file names. Hope that helps... BTW Please use the latest snapshot build instead of the release; we did a lot of fixes also for file upload during the last months. RBRi -------------------------- WETATOR Smart web application testing http://www.wetator.org |