adding .txt and .rtf files support (#20)

This commit is contained in:
Julien Neuhart
2018-12-12 16:34:34 +01:00
committed by GitHub
parent 5291d2d129
commit e5636a2afa
7 changed files with 2208 additions and 1 deletions

View File

@@ -10,6 +10,8 @@ It accepts `POST` requests with a `multipart/form-data` Content-Type.
You may send one or more Office documents. Following file extensions are accepted:
* `.txt`
* `.rtf`
* `.doc`
* `.docx`
* `.odt`