$http.post(uploadUrl, fd, {
})
.success(function(result1){
})
//////////////////////////////////////////////////////////////////////////////////////
$http.get('/setuploadpath/'+buildingName)
.then(function(result2) {
return $http.post("/upload", fd, {transformRequest: angular.identity,headers: {'Content-Type': undefined}});
})
//////////////////////////////////////////////////////////////////////////////////////
2者的 result ,
result2.data = result1
})
.success(function(result1){
})
//////////////////////////////////////////////////////////////////////////////////////
$http.get('/setuploadpath/'+buildingName)
.then(function(result2) {
return $http.post("/upload", fd, {transformRequest: angular.identity,headers: {'Content-Type': undefined}});
})
//////////////////////////////////////////////////////////////////////////////////////
2者的 result ,
result2.data = result1
沒有留言:
張貼留言