Hy I have a password policy project from my university which is almost complete but I have to ask a question. I made sign up, login, profile and renew password page which work very well but now I have decides to add upload and download file option where user can upload his/her personal file like .doc or .pdf file.
I want to decide to upload and download file option on user profile page. In that project I use php, mysql and other.
So my question is if I add upload and download file option on user profile page I have to use php only or php/mysql both, to implement upload and download file on user profile page.
What I have tried:
I made a simple sign up, login application using php/mysql