UpLoadFile
Hello,
I am developing a JSP project, and I have read the
Professional JSP book
which in chapter 20 and page 702 said that I can
upload a
file using
HttpServletRequest object, how can I implement that
object,
because in that
book doesn't explain how to use HttpServletRequest
object ?
Another question is, how to upload a file (or
several
files) and directly
insert that into a database ? Is there any object
that I
can use ? And how ?
Thanks
Leily
|