I want to use webix uploader for uploading file to parse.com, but I can’t find how to change default uploader behaviour. When uploading to parse.com you have to use file object and ajax post with certain parameters. Callback will be url of file that you can later use. So, right now I’m uploading with this (selectedFile is file object):
Thanks! but that’s not enough, cause parse.com give certain response and uploader expect other. So, in onFileUploadError event in the response I can see that file was uploaded to parse:
Yep, it seems we have a limitation, will be resolved in the oncoming update ( uploader will accept datatype config option, which will allow to define a custom format of response )