View Single Post
Old 10-28-2004, 03:20 PM   #4 (permalink)
Iron_Cross
 
Ultra Techie

Join Date: Sep 2003

Location: Bamberg, Germany

Posts: 549

Iron_Cross

Send a message via ICQ to Iron_Cross Send a message via MSN to Iron_Cross Send a message via Yahoo to Iron_Cross
Default

use the filesize() function...
Code:
$fileName = "UploadedFile.jpg";
echo "File Size for ".$fileSize." is ".filesize($fileName);

__________________

See today\'s Penny-Arcade!(May contain foul lanuage)
Pain is weakness leaving the body.

PM Me for my MSN
Iron_Cross is offline