Hey. I'm writing a PHP upload file. However, when I add ..
enctype='multipart/form-data'
.. to the form tag, none of the $_POST variables work. I think this is a common problem but how do I get around this? Thanks
Solved this by using GET instead of POST. But file uploads are still no worky
http://www.ewno.com/submit.phps
http://www.ewno.com/fileupload.phps
help is very much appreciated
enctype='multipart/form-data'
.. to the form tag, none of the $_POST variables work. I think this is a common problem but how do I get around this? Thanks
Solved this by using GET instead of POST. But file uploads are still no worky
http://www.ewno.com/submit.phps
http://www.ewno.com/fileupload.phps
help is very much appreciated
Last edited:















