Hi all,
Ive been having alot of problems trying to get "Client" to upload a file to a folder in the server.
Ive checked numerous websites and even the php site but still seem unable to get it right.
Can anyone please supply me with the PHP code to accept/store the file??
Here is my HTML code for the form to select the file:
I wont bother posting my php coz if i pick a file, it still thinks empty($userfile) == true!!
Im going insane.
Thankyou for any help given!!
-evosix-
Ive been having alot of problems trying to get "Client" to upload a file to a folder in the server.
Ive checked numerous websites and even the php site but still seem unable to get it right.
Can anyone please supply me with the PHP code to accept/store the file??
Here is my HTML code for the form to select the file:
Code:
<form action="uploadImage.php" method=post enctype="multipart/form-data">
<input name="userfile" type=file size="35">
<input name="submit" type=submit value="Upload!!">
</form>
I wont bother posting my php coz if i pick a file, it still thinks empty($userfile) == true!!
Im going insane.
Thankyou for any help given!!

-evosix-