Package com.cksource.ckfinder.command
Class FileUpload
java.lang.Object
com.cksource.ckfinder.command.FileUpload
- All Implemented Interfaces:
Command
- Direct Known Subclasses:
QuickUpload
-
Field Summary
Modifier and TypeFieldDescriptionprotected Config
protected MultipartHttpServletRequest
protected ResizedImageManager
protected Translator
protected WorkingFolder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionhandle()
Handles the current HTTP request and creates theResponseEntity
used to build the HTTP response.
-
Field Details
-
workingFolder
-
request
-
translator
-
config
-
resizedImageManager
-
-
Constructor Details
-
FileUpload
public FileUpload()
-
-
Method Details
-
handle
Description copied from interface:Command
Handles the current HTTP request and creates theResponseEntity
used to build the HTTP response.
-