Example usage for org.apache.commons.fileupload FileItemFactory interface-usage

List of usage examples for org.apache.commons.fileupload FileItemFactory interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.fileupload FileItemFactory interface-usage.

Usage

From source file gwtupload.server.gae.MemCacheFileItemFactory.java

/**
 * <p>
 * This factory stores the data of FileItems in server's cache.
 * </p>
 *
 * This class in useful in App-engine where writing to file-system is not supported.

From source file gwtupload.server.gae.FilesApiFileItemFactory.java

/**
 * Upload factory based in the GAE File API.
 *
 * @author Vyacheslav Sokolov
 * @author Manolo Carrasco Moino
 */

From source file gwtupload.server.gae.CloudStorageFileItemFactory.java

/**
 * Upload factory based in the GAE Cloud Storage API.
 *
 * @author Vyacheslav Sokolov
 * @author Manolo Carrasco Moino
 */