How do I download files hosted on Codeigniter?

0

Good day, I'm a bit disoriented because I need my users to download information hosted from my project in codeigniter, be it images, documents, etc., then I was wondering if there is a Helper or Liberia to download files hosted from my project in codeigniter? Thank you very much

    
asked by Diego Paez 18.09.2018 в 03:04
source

1 answer

0

You can use the download_helper:

force_download('ruta/del/archivo.zip', NULL);

link

    
answered by 10.10.2018 в 10:36