diff --git a/Base/res/html/misc/formdata.html b/Base/res/html/misc/formdata.html index bb1a3c25a37..0bdb3d773ef 100644 --- a/Base/res/html/misc/formdata.html +++ b/Base/res/html/misc/formdata.html @@ -2,6 +2,14 @@ FormData + @@ -67,5 +84,9 @@ +
To test multipart/form-data start a simple echo server:
+
while true; do printf 'HTTP/1.1 200 OK\n' | nc -Nl 8000; done
+ +