:: Home     :: Add Questions
Register   |   Login
 

Question :: How To Write the FORM Tag Correctly for Uploading Files?

Post Answer

Tags

Answers to ""

 

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:

Related Questions

::Top Tags::
 
 
Copyright 2007, Megasolutions Ltd