FileBrowser.transport.read
configurationOptions or URL for remote file retrieval.
Important: The value of
transport.readis passed to jQuery.ajax.
fileBrowser.transport.read
Object|String|FunctionThe content-type HTTP header sent to the server. Use "application/json" if the content is JSON.
Refer to the jQuery.ajax documentation for further info.
Default: "application/x-www-form-urlencoded"
fileBrowser.transport.read.data
Object|String|FunctionData to be send to the server. Refer to the jQuery.ajax documentation for further info.
The type of data that you're expecting back from the server. Commonly used values are "json" and "jsonp".
Refer to the jQuery.ajax documentation for further info.
The type of request to make ("POST", "GET", "PUT" or "DELETE"), default is "POST".
Refer to the jQuery.ajax documentation for further info.
fileBrowser.transport.read.url
String|FunctionThe remote url to call when fetching list of items.