| Posted by Shelly on 06/15/52 11:20 
"Daniel Tryba" <partmapsswen@invalid.tryba.nl> wrote in message news:42c87db7$0$74303$c5fe704e@news6.xs4all.nl...
 > Shelly <sheldonlg.news@asap-consult.com> wrote:
 > [file uploading code]
 >> There are two problems.
 >> 1 - It doesn't enter to do the copy even though the file is a .mid file.
 >> 2 - The $_FILES['filename'] is empty.
 >>
 >> I run the "browse" button and select that a file.  Why is the $_FILES
 >> superglobal empty?
 >>
 >> Can someone please help me?  (I have only been at this for a short
 >> while).
 >
 > A clear case of RTFM. Seeing your code I don't know where you got it
 > from, but it's definetly not from
 > http://www.php.net/manual/en/features.file-upload.php
 > which you should try first.
 
 I tried to find the FM using the search in www.php.net, but couldn't find
 what you just pointed to.  Thanks.  I'll read that one.
 
 >
 > While your posted code is not complete I can only guess you didn't
 > supply the correct encoding type to the form necessary for uploading:
 >   enctype="multipart/form-data"
 
 .....however, I **DID** supply the proper encoding.
 
 Shelly
  Navigation: [Reply to this message] |