Anybody knows how to upload a file and save it into a database. And it can be viewed in a .jsp page. When the user clicks on it, the user can download it and/or if it is a .doc file (like MS Word .doc, .docx files) it can be viewed online like how facebook implements it.
I am a very very new to uploading files. Please be patient with me. What only I knew is this:
<form>
<input type="file"/>
<input type="submit" value="Upload"/>
</form>
And also, how to limit the file size, and limit only a group of file type like upload only .txt,.doc,.pdf etc files.