A
Anonymous
Guest
Hey!
I'm using the code given in the PHP-documentation for file uploads, but it doesn't work, and I need some help for getting it to work.
$_FILES['userfile']['name'] contains NOTHING, I can't seem to change this, none of the vectors for $_FILES contains anything.
In the upload form I use <input type=file name=userfile>
Can anyone see why this isn't working?
Thanks /Dani
I'm using the code given in the PHP-documentation for file uploads, but it doesn't work, and I need some help for getting it to work.
$_FILES['userfile']['name'] contains NOTHING, I can't seem to change this, none of the vectors for $_FILES contains anything.
In the upload form I use <input type=file name=userfile>
Can anyone see why this isn't working?
Thanks /Dani