0

Does CI Wiz support file upload fields?

I have a table with an image column. Will CI Wiz generate the file upload UI and the server-side handling for it?
Posee par Inconnu Jan 24, 2026 79 vues

1 reponse

0
✓ Acceptee
File upload support exists in non-AJAX controller mode. If a column is named (or configured as) an image or file field, CI Wiz generates the upload input in the form and the server-side handling in the controller, including validation for file type and size and saving the file to the configured upload path. In full-AJAX controller mode, file uploads are not currently supported. This is a known limitation — the modal-based form approach makes file handling more complex, and it has not been implemented yet. If you need file uploads, use the standard non-AJAX controller type.
Repondu par cantonner Jan 24, 2026

Veuillez vous connecter pour publier une reponse. vous connecter