>A question on the same topic...
>
>Can a servlet Upload into a database instead of a file?


Of course, the most simple way is probably taking the file generated by
James' code and loading it into a blob in a db table using JDBC. Not all
db's support blobs, but you can certainly do it with Oracle for example.

Geoff

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to