JDT |
FREE Downloads |
|
Creating a Simple File Uploader Using PHP - Part 1 |
||||
|
In this series of tutorials we will look at how to develop a simple file uploader using PHP. All of the code is freely available for download (License: GNU GPL) from this link: Download File Uploader. Many of us have used FTP clients to transfer files from one computer to another, normally when we're uploading files to a web site. In this tutorial we'll look at how to use PHP to create a very simple file uploader. In simple terms, creating a file uploader can be broken down into two tasks:
Go back to PHP Tutorials home page Go back to Tutorials home page
|