I know a little to 0 Java, and I was able to upload certain files into a database using some data streams; however, someone told me to do the same using JSP, and I'm completly lost!
I have no idea about this, I've killed myself searching for a solution.
What's the best way to do this?
I have a pdf file and I'm supposed to get this file stored into an oracle database... as far as I know I have to create a blob field in a table. But how do I get a file from my computer stored into a database server?