File Upload and download

admin

Administrator
Staff member
Hi,

Im using for my project MySQL as the database and PHP. I would like to know how can we upload a file (such as ms word document) from the client end to the database server using PHP and then how can we download the same file from the database server back on to the client machine. Also the files are stored as what data type??

Supposed I have to store word documents (resumes) of various clients in MySQL against their login name (primary key) how can we achieve this using PHP??

Your help is greatly appreciated.

Greg
 
Back
Top