Sir
I want to insert files in my database type blob.
i create d table like this
create table ff(filename blob);
what i want is if i select file and then enter submit button then that file should inserted in this table named ff.
so pls give me idea.
i want inserted files can u mail me one sample program
how to insert files using blob data type on servlets.