I want make webpage in codelgniter php frame work for uploading file to store the file in mySQL database
I just want to in webpage one textBox & file upload input tage then user submit the form the name & file both are must be save in MySQL database the data type of file must be the Blob not the varchar2.
Second web page is for the download the file in 2 webpage the file id or user is stored display and when click on it then uploaded file must be download from database
i want to store & retrieve file from database using codelgniter