Back to Serenity

FormData

Base/res/html/misc/formdata.html

latest315 B
Original Source

First name:

Last name:

Avatar:

How do you usually transport yourself?

Walk
Public transportation
Bicycle
Motorcycle
Car
Test FormData Features To test multipart/form-data start a simple echo server:

while true; do printf 'HTTP/1.1 200 OK\n' | nc -Nl 8000; done Test multipart/form-data