Team LiB
Previous Section Next Section

Chapter 10: Uploading Files to Your Website

Overview

If you need a quick interface for uploading files to your website from a remote location, you can create a two-step form and script interface with PHP. In this chapter, you learn how to:

  • Create an HTML form for file uploads

  • Create a PHP script to handle file uploads


Team LiB
Previous Section Next Section