You can do it. With PHP running on the server, and you want to upload a file, you'll probably have to use a form input.
<input type=file name=filename>
There are a lot of file functions included in PHP, check out the manual..
www.php.net/manual
There is even a section on handling file uploads.
---John Holmes...