Implement file upload
This commit is contained in:
@@ -2421,7 +2421,7 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout
|
||||
});
|
||||
};
|
||||
|
||||
Client.prototype.filesUploadFile = function (appId, path, file, callback) {
|
||||
Client.prototype.filesUpload = function (appId, path, file, callback) {
|
||||
var fd = new FormData();
|
||||
fd.append('file', file);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user