developerforce / Force.com-JavaScript-REST-Toolkit

ForceTK - a minimal Force.com REST API for JavaScript apps
BSD 3-Clause "New" or "Revised" License
315 stars 175 forks source link

adding content type for attachments for IE 11 support #73

Closed seanpat09 closed 9 years ago

seanpat09 commented 9 years ago

Firefox and Chrome browsers derive the "Content-Type" header parameter from the attachment blob, but IE doesn't.

metadaddy commented 9 years ago

Another great catch - thanks!