> Following your blob instruction, I also have problems inserting
> images to MySQL. Those blobs have good examples but they
> assume PHP. What about JSP? Anyone? PS. Sorry for posting throug
> someone else's thread
i usually use only byte array to store data like image (in jpeg, the file size is not so big).
> > Following your blob instruction, I also have
> problems inserting
> > images to MySQL. Those blobs have good examples but
> they
> > assume PHP. What about JSP? Anyone? PS. Sorry for
> posting throug
> > someone else's thread
>
> i usually use only byte array to store data like
> image (in jpeg, the file size is not so big).
The database is set up. PHP does the job for me. What about JSP? That is the question. Not how big an array you may use :-)
> Following your blob instruction, I also have problems
> inserting images to MySQL. Those blobs have good
> examples but they assume PHP. What about JSP? Anyone?
> PS. Sorry for posting throug someone else's thread
What problem, I didnt understand.
Image will be same for both php and jsp, right?