Welcome Guest, Not a member yet? Register   Sign In
Search Results
  Thumbs Up Thread: Help Image Manipulation Class
Post: RE: Help Image Manipulation Class

luckmoshy Wrote: (03-02-2023, 01:02 AM) -- PHP Code: -- $img = $this->request->getFile('image');         $newimage =str_ireplace(['.jpg','.png','jpeg'],'.webp', $img->getRandomName());        ...
852 Views
3 Replies
03-02-2023, 04:00 AM
randyshare
    Thread: Help Image Manipulation Class
Post: Help Image Manipulation Class

How To rename extension that use Convert() method ? my code below does not automatically rename file extension  PHP Code: --                 $img = $this->request->getFile('image');         ...
852 Views
3 Replies
03-01-2023, 06:27 PM
randyshare
    Thread: Ask Encryption Service
Post: RE: Ask Encryption Service

How to prevent Encryption Service CI4 to use special character like  Code: -- /\:() --
836 Views
1 Replies
02-19-2023, 02:46 AM
randyshare
    Thread: Ask Encryption Service
Post: Ask Encryption Service

How to pass binary string from CI4 Encryption service encrypt , from controller to view or reverse. and how to design the output encrypt, to alphabetic character only || Or integer only 0 to 9 --- Ed...
836 Views
1 Replies
02-18-2023, 06:50 PM
randyshare
    Thread: Aksara - a Complex CRUD Starter Kit
Post: RE: Aksara - a Complex CRUD Starter Kit

thanks for sharing dude.
9,023 Views
9 Replies
02-17-2023, 06:45 PM
randyshare
    Thread: finfo_file Failed to open stream CI4
Post: RE: finfo_file Failed to open stream CI4

Thanks, This problem solved
1,308 Views
2 Replies
02-17-2023, 06:31 PM
randyshare
  Rainbow Thread: finfo_file Failed to open stream CI4
Post: finfo_file Failed to open stream CI4

Cannot Upload file, please help.. https://i.ibb.co/0yF65rS/1231231.jpg https://i.ibb.co/XzgP5xK/123.jpg Controller  Code: --     function _do_upload()     {         $img = $this->reques...
1,308 Views
2 Replies
02-16-2023, 10:52 AM
randyshare
    Thread: CI4- how to pass string with slash(/) to controller
Post: RE: CI4- how to pass string with slash(/) to contr...

kenjis Wrote: (02-14-2023, 06:15 PM) -- PHP Code: -- public function downloadSMB($nomor_smb1) ↓ public function downloadSMB(...$nomor_smb1) -- -- i'm sorry, i miss three dots there. thank you...
2,031 Views
6 Replies
02-14-2023, 06:24 PM
randyshare
    Thread: CI4- how to pass string with slash(/) to controller
Post: RE: CI4- how to pass string with slash(/) to contr...

kenjis Wrote: (02-14-2023, 05:39 PM) -- In C4, you can't get parameter including /. Code: -- --- a/app/Config/Routes.php +++ b/app/Config/Routes.php @@ -31,6 +31,8 @@ $routes->set404Override();...
2,031 Views
6 Replies
02-14-2023, 06:05 PM
randyshare
    Thread: CI4- how to pass string with slash(/) to controller
Post: RE: CI4- how to pass string with slash(/) to contr...

kenjis Wrote: (02-13-2023, 04:11 PM) -- How do you do in CI3? -- in ci3 : first i need change permited uri config Code: -- $config['permitted_uri_chars'] = 'a-z 0-9~%.:_()@&\-!'; -- thats a...
2,031 Views
6 Replies
02-14-2023, 05:29 PM
randyshare
    Thread: CI4- how to pass string with slash(/) to controller
Post: CI4- how to pass string with slash(/) to controlle...

i need to pass data that contain slash(/) to ci4 controller. in ci3 there is no problem
2,031 Views
6 Replies
02-13-2023, 07:57 AM
randyshare

Theme © iAndrew 2016 - Forum software by © MyBB