May 2003
Intermediate to advanced
592 pages
14h 28m
English
The final segment of this Web application will manage files of any type. These scripts will allow users to upload files from their computers through a prompt in their Web browsers (Figure 11.15). This file will then be uploaded to the server and stored. A record will also be added to the database to reflect the upload.

Like handling any HTML form using PHP, the process of uploading a file has two dimensions. First the HTML form must be displayed, with the proper code to allow for file uploads. Then upon submission of the form, ...
Read now
Unlock full access