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

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -