|
Posted by Ulf Kadner on 08/12/07 12:47
Reggie wrote:
> Notice: Undefined variable: uploaded_size in /home/fhlinux169/c/
> clashoff.co.uk/user/htdocs/upload.php on line 7
Remeber the Message, go to line 7 of youre Code
> if ($uploaded_size > 350000)
You access a variable $uploaded_size, undefined at this point.
Take a look at the manual. It easy to perform file-uploads with the
right code:
http://www.php.net/manual/en/features.file-upload.php
So long, Ulf
--
_,
_(_p> Ulf [Kado] Kadner
\<_)
^^
Navigation:
[Reply to this message]
|