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