You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Kumar Abhay-CAK203C <CA...@motorola.com> on 2004/02/26 21:58:16 UTC

Uploading Images in Oracle

Hi All,

Sometime back I used weblogic specific code in uploading images in Oracle dB. Code is as follows: (using MultipartParser)

      java.io.OutputStream os = null;
      os = ( (weblogic.jdbc.common.OracleBlob) myBlob).getBinaryOutputStream();

Now I am working in Apache. Can anybody tell me what I have to change ?

Best Regards
Abhay Kumar

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org