CSPP552: Web Programming, Forms part 8
Form methods (post)
- The post method works with the HTTP POST command
which was discussed in the first lecture
- Much better than get for large and unstructured input (such as
textarea boxes)
- If using a CGI, input fed directly into standard input
(much less messy with server modules)
Next