Hi
I am using the the input file method to browser and upload images onto my system, I have got the initial part working however I am stuck on how to save the chosen directory to the system. Can anyone help me out at all?
here is the code i've used
<div> <form method="post" name= "submit"enctype="multipart/form-data"> Choose A File: <input id"filMyFile" type="file" name="myfile"><br><br>
<input type="submit" name="submit" value="submit"><br>
From what i have read it should be a fairly simple bit of code, but i'm only a novice so have become stuck and cannot get past it.
I am using the the input file method to browser and upload images onto my system, I have got the initial part working however I am stuck on how to save the chosen directory to the system. Can anyone help me out at all?
here is the code i've used
<div> <form method="post" name= "submit"enctype="multipart/form-data"> Choose A File: <input id"filMyFile" type="file" name="myfile"><br><br>
<input type="submit" name="submit" value="submit"><br>
From what i have read it should be a fairly simple bit of code, but i'm only a novice so have become stuck and cannot get past it.