Package org.silverpeas.upload

Provides an API to manage file uploads.

See:
          Description

Class Summary
FileUploadManager This manager permits to retrieve from HttpServletRequest a collection of UploadedFile.
UploadedFile Representation of an uploaded file.
UploadSession Manage a session of file & folder upload.
UploadSessionFile This class represents a file which will be uploaded, or, has been uploaded, on the server.
 

Package org.silverpeas.upload Description

Provides an API to manage file uploads. Uploaded files are retrieved from indicators contained in an HttpServletRequest.
On user interface side, silverpeas-fileUpload.js has to be used via tag. When this Silverpeas jQuery plugin is used, each files selected or dragged and dropped are uploaded by AJAX http request. User can't validate form unless all files are uploaded.
On server side, FileUploadManager has to be used to retrieve uploaded files from HttpServletRequest.



Copyright © 2016 Silverpeas. All Rights Reserved.