I have a normal form
<form action="myfile.php" method="post" enctype="mulitpart/form-data">
...
<input type="file" class="fileupload" name="images[1]">
</form>
and on the php side i am checking in $_FILES but i am getting nothing, but $_REQUEST (which i never use) can see the variable. I have been posting forms with files for years but never come across this error, any suggestions?
Thanks
Change
Alas! It was a spelling mistake