php upload images???
php upload images???
Out of context: Reply #16
- Started
- Last post
- 22 Responses
- georgietexan0
<?
include("/includes/connec
tion.php");
echo "";
echo "local temp file called after upload: $uploadfile
";
echo "original remote file called: $uploadfile_name
";
echo "size of the of the file in bytes: $uploadfile_size
";
echo "file type: $uploadfile_type
";
echo "";
echo "";if ( $uploadfile == "none" ) {
echo "No file was uploaded";
echo "Back to the form to upload files";
exit;
}if ($uploadfile_size