|
Posted by NC on 11/24/06 19:47
bill wrote:
>
> I wrote a test script to upload files. In the php section above
> the page I get the expected content of the $_FILES array.
>
> When I have a php section in the body, the $_FILES array
> variables return nothing.
....
> Any suggestions as to why I get the null returns from the
> $_FILE array ?
I would guess, there's something wrong with the form you are
using to upload files. Most likely, you forgot to specify
enctype="multipart/form-data" in your form definition...
Cheers,
NC
Navigation:
[Reply to this message]
|