How to pass the key and value? this is wrong #952

Open
opened 2017-12-29 06:32:48 +00:00 by tanxingli · 0 comments
tanxingli commented 2017-12-29 06:32:48 +00:00 (Migrated from github.com)

public uploader:FileUploader = new FileUploader({
url: URL,
method: "POST",
additionalParameter: {
otherField: {
'date':'2012-12-20',
'version':0,
'location':0
}
},

autoUpload: false

});

public uploader:FileUploader = new FileUploader({ url: URL, method: "POST", additionalParameter: { otherField: { 'date':'2012-12-20', 'version':0, 'location':0 } }, autoUpload: false });
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dc/ng2-file-upload#952