Posts by user60608 • 1 point
1 post
-
-1
votes2
answers474
viewsQ: Take the path before saving CI image
I am using the following method to save an image, is working properly: function do_upload() { $config['upload_path'] = './uploads/'; $config['allowed_types'] = 'gif|jpg|png'; $config['max_size'] =…