createUploadUrl(final String, final Map< String, String >) method

Returns a ready-to-use upload URL.

Syntax

String createUploadUrl ( final String type , final Map< String, String > parameters )

Parameters

Returns

the url which can be used to actually upload the data.

Usage

The parameters will be encoded (encrypted) into the URL and will be passed to the BinaryDataProvider of the given type along with the binary data - once the upload is being made.

the url which can be used to actually upload the data.