How to make download link for the attached file
Permalink 1 user found helpful
Hi I working in web application, In my task is: to attached the file (.txt and .pdf) and to store in the mysql db.
the file was attached in this code
Now how to download a file from db. I dont know how to achieve this please suggest to me......
thanks
Kumar
the file was attached in this code
<?php echo $form->file('teFA'); ?>
Now how to download a file from db. I dont know how to achieve this please suggest to me......
thanks
Kumar
Then just use the File block to display your file.
Hope this help !