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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
