| java.lang.Object org.getahead.dwrdemo.files.UploadDownload
UploadDownload | public class UploadDownload (Code) | | A demonstration of uploading files and images
author: Joe Walker [joe at getahead dot ltd dot uk] |
downloadPdfFile | public FileTransfer downloadPdfFile(String contents) throws Exception(Code) | | Generates a PDF file with the given text
http://itext.ugent.be/itext-in-action/
A PDF file as a byte array |
uploadFiles | public BufferedImage uploadFiles(BufferedImage uploadImage, String uploadFile, String color)(Code) | | Take 2 uploaded files and return an image based on them
Parameters: uploadImage - The uploaded image Parameters: uploadFile - The uploaded file Parameters: color - The selected color A mangled image based on the 2 uploaded files |
|
|