Hi all, I have a webiste that works fine on my local machine but now I have uplaoded it to x10 its not working correctly. I got past the error 500 problem but my $_FILES array is empty which, I think, means my file is not uploading. I believe its may to do with the permissions on the tmp folder...
Hi, am trying to improve my web skills. I have put a samll site on to test uplaoding via php. This is to test for valid file types etc. in my web page I have a form
<form enctype="multipart/form-data" action="picfiletransport3.php" method="post">
<input type="hidden"...