#1
I have a requirement to have a form which allows for image uploading but I don't see any facility for doing that. I remember Codeigniter used to have a form_open_multipart that I think allowed image uploading and included an image uploader but I can't imagine how the image uploader provided from GitHub could be integrated into that. Any thoughts or have I missed something?

Mike
#2
Hello Mike,

I'm not familiar with Codeigniter's "form_open_multipart" but I do know that Trongate has the form_open_upload() form helper: https://trongate.io/documentation/trongate_php_framework/helpers/form-helpers

According to the docs:

I hope this helps.