CodeIgniter Forums
How to access files inside the writable folder - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: How to access files inside the writable folder (/showthread.php?tid=76491)



How to access files inside the writable folder - jerozeek - 05-17-2020

Hi Guys,

I uploaded some images to the uploads folder inside the writable folder and i am finding it very difficult to access it to the frontend.

Please if there is a new way of accessing images from the writable/uploads. Please i will like to know.

Thank to Ci developers. Uploading images i just too easy on this new ci


RE: How to access files inside the writable folder - InsiteFX - 05-17-2020

Did you try the below?

PHP Code:
WRITEPATH.'folder/filename'