Posted by Daniel Tryba on 11/13/39 11:20
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.
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"
Navigation:
[Reply to this message]
|