Welcome Guest, Not a member yet? Register   Sign In
How to display uploaded file from writable/uploads
#1

Hello,
I have a question. In CodeIgniter 4, how can I display the path of an uploaded file from the writable/uploads folder?

I upload various file types including images, documents, PDFs, and CSVs using the following code and store the file paths in the database.
Code:
$file->move(WRITEPATH . 'uploads', $fileName);


All uploaded records are listed on a page, and I need to open the uploaded CSV or Excel files in a new tab from this listing page.

However, I’m unable to retrieve the path from the writable/uploads folder to open it in a new tab.

Code:
<?=WRITEPATH.'uploads/'.$allList->documentCsv?>


When I copy the link and try to open it in a new tab, it downloads instead of displaying the file.

Could you please explain how to properly show the file path?
Reply


Messages In This Thread
How to display uploaded file from writable/uploads - by paulgough - 06-17-2025, 01:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB