How to pass the key and value? this is wrong #952
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
public uploader:FileUploader = new FileUploader({
url: URL,
method: "POST",
additionalParameter: {
otherField: {
'date':'2012-12-20',
'version':0,
'location':0
}
},
});