FileBrowser.transport
configurationSpecifies the settings for loading and saving data.
fileBrowser.transport
ObjectfileBrowser.transport.create
Object|StringOptions or URL which will handle the directory creation. If not specified that create new folder button will not be present.
Important: The value of
transport.createis passed to jQuery.ajax.
fileBrowser.transport.destroy
Object|StringOptions or URL which will handle the file and directory deletion. If not specified the delete button will not be present.
Important: The value of
transport.destroyis passed to jQuery.ajax.
fileBrowser.transport.fileUrl
String|FunctionThe URL responsible for serving the original file. A file name placeholder should be specified. By default the placeholder value is URL encoded. If this is not desired, use a function.
fileBrowser.transport.read
Object|String|FunctionOptions or URL for remote file retrieval.
Important: The value of
transport.readis passed to jQuery.ajax.
The URL which will handle the upload of the new files. If not specified the Upload button will not be displayed.