|
Description: Use PHP and a web browser to upload images or text files to your server. This object cleans up file names (by removing unsafe characters and converting spaces to underscore), moves the uploaded file to a specified directory, and displays the results. The class also handles duplicate file names, with three different modes: [1] overwrite existing files, [2] rename the new file ('filename_copy1.ext'), or [3] protect, do-nothing mode.
|