<?php ... ?>
<script language="php"> ... </script>
<? ... ?> (if short tags are enabled in php.ini)
<% ... %> (is asp-style tags are enabled)
I didn't download the script because I have already written a more comprehensive PHP script for this same purpose as you see in the Image Uploader. The only reason files aren't allowed is because my web host doesn't allow me to be a file server and if I allowed files to be uploaded, I could lose my account.