| You are here: | About>Computing & Technology>PHP / MySQL> Advanced PHP> PHP File Upload - PHP Upload Script - Upload file script |
![]() | PHP / MySQL |
Uploading Files with PHPThe HTML FormThis script will allow you to upload files from your browser to your hosting, using PHP. The first thing we need to do is create an HTML form that allows people to choose the file they want to upload.
<form enctype="multipart/form-data" action="upload.php" method="POST">This form sends data to the file "upload.php", which is what we will be creating next to actually upload the file.
Previous | Next >> |
Las Vegas on a BudgetFind a BargainHotel DealsCheap EatsFree AttractionsEntertainment for Less |
All Topics | Email Article | | | ![]() |
| Advertising Info | News & Events | Work at About | SiteMap | Reprints | Help | Our Story | Be a Guide |
| User Agreement | Ethics Policy | Patent Info. | Privacy Policy | ©2008 About, Inc., A part of The New York Times Company. All rights reserved. |


