I have uploaded files in MySQL table using php. How to access those files from view button on front end? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

I have uploaded files in MySQL table using php. How to access those files from view button on front end?

If there is any link regarding this, please share.

21st Mar 2020, 7:07 AM
Learner
1 ответ
+ 2
Meaning by clicking on a button, I got the answer. I stored the path in href attribute of anchor tag and it worked.
21st Mar 2020, 5:56 PM
Learner