tags:

views:

45

answers:

1

Hi friends,

I need to store image and resume of user in the data base.

I am using mysql data base and php5. I need to know which data types I should use.

And also how do I set a limit (maximum size) for uploaded data.

+1  A: 

What you need, according to your comments, is a 'BLOB' (Binary Large OBject) for both image and resume.

lexu
thanxs for your suggestion
rajson