Java applet to scan images and upload multiple images/files
Java applet to scan images and upload multiple images/files. Made for an ECM project.
It provides:
Just include this code in your page. But first understand this:
url_upload_pagina
is the URL your webapp has to provide to receive the files asynchronously. Each file will be received in the upload
param.id_documento
is the id for the document or something else that “owns” the files.id_usuario
is the id for the user so you can authenticate it on the url_upload_pagina
. I think you should pass a user hash or something.You can contact me at mariomarroquim@gmail.com.