Rovak / InlineAttachment

Easily paste and upload files/images in plain textareas
http://git.razko.nl/InlineAttachment
MIT License
619 stars 77 forks source link

Add option to send extra headers when sending file #37

Closed fcsonline closed 10 years ago

fcsonline commented 10 years ago

Sometimes you require some extra headers to be sent when you do the POST request. This PR adds a new extraHeaders to be able to do it.

Rovak commented 10 years ago

Thanks!