Developer must write custom uploading handler to upload files.
Type: String
a dom File object which contains name/size/type , works with XHR/Blob API
Type: Function callback(url,errormsg)
Developer shall invoke callback when file being uploaded or error occursed.
Developer shall use XMLHttpRequest to upload files to server , and return the path of the file.
Please check our intergration demos from downloaded packages.