From: "Chris Hubbard" <[EMAIL PROTECTED]>
> The problem:
> all the code I've tried to test whether a temp (from a form post) is there
> before doing a filesize() on it is failing.
> I'm doing a filesize check so absurdly large files aren't copied from the
> temp folder to a permanent folder.
> (and no I can't change the ini file, already asked, I did mention
unfriendly
> right?)
> What I want is a value for the filesize of the temporary file.

$_FILES['userfile']['size']

---John Holmes...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to