We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de7754b commit 6649e0dCopy full SHA for 6649e0d
1 file changed
docs/source/upload.rst
@@ -5,10 +5,10 @@ Documents Uploading
5
6
All of the document uploading API endpoints follows the same set of rules.
7
8
-Content-Type: multipart/formdata
9
---------------------------------
+Content-Type: multipart/form-data
+---------------------------------
10
11
-This is normal approach of file uploading defined by `RFC 1867
+This is standard approach of HTML form file uploading defined by `RFC 1867
12
<http://www.faqs.org/rfcs/rfc1867.html>`_. The requirements are:
13
14
* Form element should have name `file`
0 commit comments