Sometimes the easiest way to understand a
process is to first look at the end result. With this component, if
we look at the end result it may be easier to understand the steps
in getting there.
The first page is a simple post form with
ENCTYPE=”MULTIPART/FORM-DATA”. The input type for a file
is..file. Here is an example.
METHOD=”POST”
ENCTYPE=”multipart/form-data”>
Field 1
Field 2
Field 3