Uploading .rtf files to a MySQL table?

admin

Administrator
Staff member
Newbie question here...I understand how I would go about uploading files using PHP, but how do I setup my data field to handle the uploaded file? I'm not sure which data type I would setup for that field.

What I need to do is give each member with an account to be able to upload his/her .rtf document to the database. I would rather it uploads to the db rather than a file directory. So my question is: is it possible? and what is the MySQL CREATE query that I could use?

thanks in advance,
Sadia
 
Back
Top