Re: empty $FILES

V <[email protected]> Fri, 14 Jul 2023 18:09:18 -0700 (PDT)
Newsgroups comp.lang.php
Message-ID <[email protected]>
anglezzzzzzz.likesyou.org/a.php⠀⠀⠀⠀⠀⠀⠀ ⠀⠀
christyansworld.atwebpages.com/a.php⠀⠀⠀⠀⠀⠀⠀
youthmeetupplace.talk4fun.net/a.php⠀⠀⠀⠀⠀⠀⠀⠀
kohtumispaik3.66ghz.com/a.php⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀

Heia...........Heida pilk peale nendele............


Postita ka midagi sinna.

Siis pärast hea mul lugeda, et mu lehtedel on mõni külastaja ka !

Morten Lemvigh kirjutas esmaspäev, 22. november 2004 kl 14:19:58 UTC+2:
> I have tryed to implement some file upload on a webpage. I have a form 
> containing:
> <input type="hidden" name="MAX_FILE_SIZE" value="102400">
> <input name="userfile" type="file">
> and on the action-script I have:
> print_r($_FILES);
> The result is:
> Array ( )
> If I check $_POST the userfile contains the correct path to the selected 
> file, but somehow the file is newer uploaded, or???
> Any ideas?
> Morten