file uploading using PDOCrud
Demo is disabled due to security reason
This file control is modified version of default file control that allows you to add/remove files. It also helps to check files upload status in edit/update operation.
$pdocrud = new PDOCrud(); $pdocrud->fieldTypes("user_image", "FILE_NEW");//change type to image $pdocrud->formFields(array("username","user_image")); echo $pdocrud->dbTable("jm_users")->render();