lt;[EMAIL PROTECTED]>
Sent: Sunday, December 16, 2001 3:22 PM
Subject: [PHP] problem finding out original filename while using php to
upload.
> I am using php to upload image files.
>
> heres my code ..
>
> if (is_uploaded_file($photo_file))
> {
>
> clearstatcache ();
I am using php to upload image files.
heres my code ..
1024000 )
{
print (" ERROR - File is too big ! File uploads should be below 1024 k
( 1mb ) "); exit ;
}
move_uploaded_file($photo_file, "$upload_path$check_nick->nickname");
}
else
{
echo " ERROR : File upload was not successfull
2 matches
Mail list logo