Options.defaults.customImageAjaxSettings Class
data
ObjectThe data object sent to the server.
Default: {
saveOnServer: 0, - use integer as boolean value. 0=false, 1=true
uploadsDir: './uploads', - if saveOnServer is 1, you need to specify the directory path where the images are saved
uploadsDirURL: 'http://yourdomain.com/uploads' - if saveOnServer is 1, you need to specify the directory URL where the images are saved
}