Java org.apache.commons.fileupload.disk SilverpeasDiskFileItemFactory fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.fileupload.disk SilverpeasDiskFileItemFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.fileupload.disk SilverpeasDiskFileItemFactory.

The text is from its open source code.

Constructor

SilverpeasDiskFileItemFactory()
Constructs a new SilverpeasDiskFileItemFactory by setting by default the following parameters:
  • the size threshold is set at 2Mo: about this size, the file are temporarly stored in disk;
  • the temporary directory is the default one used in Silverpeas (@see org.silverpeas.core.util.file.FileRepositoryManager#getTemporaryPath());
  • a temporary file cleaner is set: all stored file in disks are deleted once no more unused (@see org.apache.commons.fileupload.disk.DiskFileItemFactory).