java - issue asprise imaging scan -
i have use aspire scanner using line of code:
file[] files = scanmanager.getdefaultmanager().quickscanusingui(new file("."), null);
in java web application (servlet , jsp). problem in click scan button pc browser in network popup window lunched in pc application run , not appear user click scan .
any suggestion solve problem , or recommended example free scanner api working in java web application?
if java version @ least 7. use great file i/o (featuring nio.2). can use files.walkfiletree() method described at:
depending on needs.
Comments
Post a Comment