Since you are providing the web page, it depends on how you write the web page.
This really isn't a MySQL question, is it?


v7rg8 wrote:

Hi all,

My table is like this:
professor(name, gender, bodyImage)

I am not sure if this is correct to set up the table:
create table professor (name char(10), gender char(10), bodyImage blob);

If it is correct, I was wondering how users are going to load images into the
database from the webpage we provide to them.

Thanks,

Alex








-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to