| |
|
|
When users clicks the submit button, files specified in the will be transferred
from the browser to the Web server. This transferring (uploading) process is
controlled by a properly written Note that you must specify METHOD as "post"
and ENCTYPE as "multipart/form-data" in order for the uploading process to
work. The following PHP code, called logo_upload.php, shows you a complete FORM
tag for file uploading:
|
|