Do I can use sql tag to make a blob? Like this:
<sql:update >
INSERT INTO foo (filename,file) VALUES(?,?)
<sql:param>fooFile</sql:param>
<sql:param value="${image}"/>
</sql:update>I had try but ${image} contains only fileName.I know is better use a upload tag or similar but I want to try with jstl :)
thanks in advace.
regards Lorenzo Sicilia
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
