Skip to content

Instantly share code, notes, and snippets.

@boonkerz
Created July 8, 2013 19:13
Show Gist options
  • Save boonkerz/5951615 to your computer and use it in GitHub Desktop.
Save boonkerz/5951615 to your computer and use it in GitHub Desktop.
if($.pic1FieldImg.image) {
//bivouac.set('pic1', str);
var inline = {
"image.png" : {
"content_type" : "image/png",
data : "...",
}
};
bivouac.set("_attachments", inline);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment