com.creamtec.ajaxswing
Class FileUploadHandler

java.lang.Object
  extended by com.creamtec.ajaxswing.FileUploadHandler

public class FileUploadHandler
extends java.lang.Object

Used to process uploaded files


Constructor Summary
FileUploadHandler(java.lang.String tmpDirPath)
           
 
Method Summary
 void handleUpload(AppDesc appDesc, javax.servlet.http.HttpServletRequest request, HttpRequestData requestData)
           
 boolean isMultipartContent(javax.servlet.http.HttpServletRequest request)
          File upload uses multipart content
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileUploadHandler

public FileUploadHandler(java.lang.String tmpDirPath)
                  throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

handleUpload

public void handleUpload(AppDesc appDesc,
                         javax.servlet.http.HttpServletRequest request,
                         HttpRequestData requestData)
                  throws java.lang.Exception
Throws:
java.lang.Exception

isMultipartContent

public boolean isMultipartContent(javax.servlet.http.HttpServletRequest request)
File upload uses multipart content

Parameters:
request -


Copyright © 2000-2012 CreamTec LLC. All Rights Reserved.