Skip to content

Instantly share code, notes, and snippets.

@mariomarroquim
Last active June 22, 2020 13:05
Show Gist options
  • Save mariomarroquim/1760074 to your computer and use it in GitHub Desktop.
Save mariomarroquim/1760074 to your computer and use it in GitHub Desktop.
Scanner applet usage
<applet code="SaneGedScanner.class" archive="sane_applet.jar, sane.jar" codebase="/" width="659" height="35">
<param name="url_upload_pagina" value="http://XXX.com/document/upload"/>
<param name="id_documento" value="34351"/>
<param name="id_usuario" value="635"/>
<param name="alinhamento" value="centralizado"/>
<strong>
Apparently you do not have <a href="http://www.java.com/" target="_blank">Java (version 6)</a> installed.
</strong>
<form accept-charset="UTF-8" action="http://XXX.com/document/upload?id_documento=34351&amp;id_usuario=635"
enctype="multipart/form-data"
method="post">
<input id="upload" name="upload" type="file"/>
<input name="commit" type="submit" value="Enviar"/>
</form>
</applet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment