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 data pre processor for the incomming data #33

Closed fcsonline closed 10 years ago

fcsonline commented 10 years ago

Usually the server will not output a json with the complete path to the new uploaded file. I just added this data preprocessor to be able to customize the incoming data and use it to retreive the filename.

Rovak commented 10 years ago

Thanks!