i have this form on uploading a file, but i cant seem to set the path where to save the file to be uploaded. How can I upload the file to specified folder? take note: using, possibly, javascript
Here is my code:
<form method="post" action="file-upload-1.htm" name="submit" enctype="multipart/form-data">
<input type="file" name="fileField"><br /><br />
<input type="submit" name="submit" value="Submit">
</form>