| http://www.w3.org/ns/prov#value | - Postby TedN ?? Fri Mar 01, 2013 2:35 pm Unfortunately changing POST to GET didn't work either.The HTML file does call the PHP file because I get the If statement message, Sorry, there was a problem uploading your file.For your info my PHP code is as follows:Code: Select all<?php $target = uploads/; $target = $target . basename( $_FILES['uploaded']['name']) ; $ok=1; if(move_uploaded_file($_FILE
|