It looks like you're new here. If you want to get involved, click one of these buttons!
'onAddQueueItem' : function(file) {
var id = create_my_id();
create_my_template(id);
this.data('uploadifive').settings.formData = {
id : id
};
},