الدعم من قبل:

codeigniter upload folder

Images

553 18 18 gold badges 62 62 silver badges 121 121 bronze badges. Add a comment |The Upload Directory You'll need a destination directory for your uploaded images. Create a directory at the root of your CodeIgniter installation called uploads and set its file permissions to 777. Try it! To try your form visit your site using a URL similar to this one: example/index.php/upload/ You should see an upload form.Follow the steps shown in the given example to understand the file uploading process in CodeIgniter. Example Copy the following code and store it at application/view/Upload_form.php.Codeigniter -> File Upload Path | Folder Create Ask Question 4 Currently I have the following: $config ['upload_path'] = 'this/path/location/'; What I would like to do is create the following controller but I am not sure how to attack it!!To retrieve all files that were uploaded with this request