> > <form enctype="multipart/form-data" action="...php" method='post'> > > <input type="hidden" name="MAX_FILE_SIZE" value="50" /> > Do you know what this hidden input is doing exactly? No, just a weak start at the concept of security (in this case, to minimise file size acceptanc). Commented out the this hidden type, no change; failure continues.