Redian新闻
>
为什么审理进度还能倒退啊?
avatar
为什么审理进度还能倒退啊?# Immigration - 落地生根
b*1
1
请问如何在dropzone 初始化后(dropzone = new Dropzone(element[0], config);),
在获取 变量file.
(function() {
'use strict';
function dropzone() {
return function(scope, element, attrs, $log) {
var config = {
url: 'https://www.dropbox.com/home/Pricing%20Tool/Opp%201/Product%
201',
maxFilesize: 100,
paramName: "uploadfile",
maxThumbnailFilesize: 10,
parallelUploads: 1,
autoProcessQueue: true
};
var param;
var eventHandlers = {
'addedfile': function(file,$log) {
scope.data.file = file;
console.log("dropzone files is", this.files[0]);
if (this.files[1]!=null) {
this.removeFile(this.files[0]);
var param = this.files[0];
}
scope.$apply(function() {
scope.fileAdded = true;
});
},
'success': function (file, response) {
}
};
dropzone = new Dropzone(element[0], config);
angular.forEach(eventHandlers, function(handler, event) {
dropzone.on(event, handler);
});
/* scope.data.uploadFile = function() {
console.log("uploadFile triggered");
dropzone.processQueue();
};
scope.data.reset = function() {
console.log("reset triggered");
dropzone.removeAllFiles();
}*/
/*console.log("scope.data: "+JSON.stringify(scope.data));*/
}
}
angular.module('common.directives.upload', [])
.directive('dropzone', dropzone);
})();
avatar
K*s
2
前天追加了PP,昨天晚上显示是:
initial Review
Your Request for Premium Processing Service for your I140 IMMIGRANT PETITION
FOR ALIEN WORKER was received on April 17, 2014. We mailed you a receipt
with information about processing. We will mail you a decision as soon as
processing is complete.
为什么今天再查,进度就变成了:??
Acceptance
On April 18, 2014, we received this I140 IMMIGRANT PETITION FOR ALIEN WORKER
and we e-mailed you a notice describing how we will process your case.
Please follow any instructions on this notice. This case is being processed
at our TEXAS SERVICE CENTER location. You will be notified by mail when a
decision is made, or if the office needs something from you. If you move
while this case is pending, please use our Change of Address online tool to
update your case with your new address or call our customer service center
at 1-800-375-5283.
avatar
s*o
3
可以考虑在 'success': function (file, response) {} 里面把file传给scope.
avatar
b*e
4
正常

PETITION
WORKER

【在 K******s 的大作中提到】
: 前天追加了PP,昨天晚上显示是:
: initial Review
: Your Request for Premium Processing Service for your I140 IMMIGRANT PETITION
: FOR ALIEN WORKER was received on April 17, 2014. We mailed you a receipt
: with information about processing. We will mail you a decision as soon as
: processing is complete.
: 为什么今天再查,进度就变成了:??
: Acceptance
: On April 18, 2014, we received this I140 IMMIGRANT PETITION FOR ALIEN WORKER
: and we e-mailed you a notice describing how we will process your case.

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。