I want to upload an image in three foler. My folder structure is like:
upload/large,upload/original,upload/thumb.
How to store the image after resizing into these folders using codeigniters ‘upload’ library.
I want to upload an image in three foler. My folder structure is like:
Share
I agree with Natrium, you need to accept more answers.
However, for this question:
It looks to me like you’re only actually uploading to the original folder and then using the image library on this copy, so, try the following:
Hope this helps!