I solved the problems using the Oracle native Callable Statement.
The random behaviour of the application was due unhandled exceptions outside my application.

Hope this helps somebody.


BR
Alecs

On Thu, 2004-11-18 at 11:48, Alecsandru Chirosca wrote:
This will help if you are using hibernate :

                    InputStream fis = this.getUploadedFile().getInputStream();
                    Blob blob = Hibernate.createBlob(fis);

BR,
Alecs

On Thu, 2004-11-18 at 11:41, Francesco Consumi wrote:
Hi,

while you're talking about FileUpload, i've another question related:
someone has a code fragment able to load a file directly into a blob ?

thanks,

--
Francesco Consumi

Reply via email to