Class UploadForm
java.lang.Object
org.codelibs.fess.app.web.api.admin.storage.UploadForm
Form for uploading files to the storage system via the admin API.
This form is used in the admin API interface to upload files to the storage backend
with optional path specification for file organization.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
path
The storage path where the file should be uploaded. If not specified, the file will be stored in the default location. -
file
@Required public @Required org.lastaflute.web.ruts.multipart.MultipartFormFile fileThe multipart file to be uploaded to the storage system. This file will be stored in the specified path or default location.
-
-
Constructor Details
-
UploadForm
public UploadForm()Default constructor for UploadForm. Creates a new instance with default values.
-