Forum Moderators: open
i just want to scan the sketch of the land location and save it on my files . what should i do to have the browse button that would enable me to point where my files located that contains all the scanned land sketch?
please help me i am glad to apply all your great ideas.
<form enctype="multipart/form-data" method="post" action="your-upload-script">
<label for="fileupload">File:</label> <input name="fileupload" id="fileupload" type="file"><br>
<input value="Upload File Now" type="submit">
</form>
Then you need a script on your server "your-upload-script" for the form to post to and to handle the uploaded file. This will depend on the hosting you are using, eg PHP, ASP etc.