net.sourceforge.fluxion.ajax.beans.util
Class FileUploader

java.lang.Object
  extended by net.sourceforge.fluxion.ajax.beans.util.FileUploader

public class FileUploader
extends java.lang.Object

Created by IntelliJ IDEA. User: davey Date: 08-Jan-2009 Time: 15:35:52 To change this template use File | Settings | File Templates.


Constructor Summary
FileUploader()
           
 
Method Summary
static java.net.URL handleFileUpload(javax.servlet.http.HttpServletRequest httpServletRequest, java.io.File destinationDir)
           
static java.net.URL handleFileUpload(javax.servlet.http.HttpServletRequest httpServletRequest, java.lang.String destinationDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileUploader

public FileUploader()
Method Detail

handleFileUpload

public static java.net.URL handleFileUpload(javax.servlet.http.HttpServletRequest httpServletRequest,
                                            java.lang.String destinationDir)
                                     throws java.io.IOException
Throws:
java.io.IOException

handleFileUpload

public static java.net.URL handleFileUpload(javax.servlet.http.HttpServletRequest httpServletRequest,
                                            java.io.File destinationDir)
                                     throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2010. All Rights Reserved.