Pages Tagged With attach

  • Java Screen Grabber

    By Bobby on 2009-01-01 07:07:21.863123
    The Java screen grabber is another "proof of concept" i found myself working on. The goal is to be able to allow a user to capture and paste screenshots directly from the clipboard and into a page (no file-input field, no saving of screenshot into a temp file to upload).

  • Skipping the file field

    By Bobby on 2009-01-06 03:48:52.238724
    Describes one way to get around the file-upload field by making use of a small Java applet to "hexify" a file's contents and enter them in a hidden form field.