public interface ClientFileUploader extends ClientService
Modifier and Type | Method and Description |
---|---|
void |
submit(java.lang.String url,
ClientFile[] clientFiles)
Starts to upload the provided
ClientFile to the given URL using HTTP POST. |
void submit(java.lang.String url, ClientFile[] clientFiles)
ClientFile
to the given URL using HTTP POST. If no
files are provided, nothing happens.url
- the URL to upload to, must not be null
or emptyclientFiles
- client-side files, must not be null
ClientFileTransfer
Copyright (c) EclipseSource and others 2002, 2014.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0