Skip to content

Commit 6649e0d

Browse files
committed
Corrected erros in description
1 parent de7754b commit 6649e0d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/upload.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ Documents Uploading
55

66
All of the document uploading API endpoints follows the same set of rules.
77

8-
Content-Type: multipart/formdata
9-
--------------------------------
8+
Content-Type: multipart/form-data
9+
---------------------------------
1010

11-
This is normal approach of file uploading defined by `RFC 1867
11+
This is standard approach of HTML form file uploading defined by `RFC 1867
1212
<http://www.faqs.org/rfcs/rfc1867.html>`_. The requirements are:
1313

1414
* Form element should have name `file`

0 commit comments

Comments
 (0)