Interface ClientFileUploader
- All Superinterfaces:
- ClientService,- Serializable
The ClientFileUploader service allows uploading client-side files to the server.
- Since:
- 2.3
- 
Method Summary
- 
Method Details- 
submitStarts to upload the providedClientFileto the given URL using HTTP POST. If no files are provided, nothing happens.- Parameters:
- url- the URL to upload to, must not be- nullor empty
- clientFiles- client-side files, must not be- null
- Returns:
- the upload id that can be used to abort it.
- Since:
- 3.10
- See Also:
 
- 
abortAbort the upload with the given id. If such upload does not exists or already finished, nothing happens.- Parameters:
- uploadId- the upload id returned by- submitmethod.
- Since:
- 3.10
 
 
-