Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: file uploading
Post: RE: file uploading

According to my understanding, $file->store() is CI4's function which only works for WRITEPATH. With store(), I can only modify the folder under the WRITEPATH. So I use $file->move() to save upload...
188 Views
2 Replies
04-07-2024, 09:42 PM
JasonJJ
    Thread: file uploading
Post: file uploading

Hello, I am new to coding world and using CI4.4.6 I followed the manual  (https://codeigniter.com/user_guide/libraries/uploaded_files.html)about file uploading and I successfully made the link to ...
188 Views
2 Replies
04-05-2024, 06:24 PM
JasonJJ
    Thread: link address for next page in Pagination
Post: RE: link address for next page in Pagination

kenjis Wrote: (02-10-2024, 11:05 PM) -- If 'localhost/notice?page=2' is correct, your baseURL should be: Code: -- app_baseURL = 'http://localhost/' -- -- Thanks! solved.  You are the best.
274 Views
2 Replies
02-11-2024, 04:39 AM
JasonJJ
    Thread: link address for next page in Pagination
Post: link address for next page in Pagination

Hello,  CI Pagination works good except one thing below. The pagination link of the newer(or older) is not what I expected. CI shows 'localhost/ci4/notice?page=2' instead of 'localhost/notice?p...
274 Views
2 Replies
02-10-2024, 09:44 PM
JasonJJ

Theme © iAndrew 2016 - Forum software by © MyBB