Hi,
I trying to implement the file upload from the grid, when I add the edittype = file
my action column disappears below are the image links with and without the edittype
Without: http://postimg.org/image/4zc7cd2vf/
With: http://postimg.org/image/yp1snkqr7/
and in the demo there is no action column – demos/editing/file-upload.php
Please help need this quick.
Here is the code
$col = array();
$col["title"] = "Upload files";
$col["name"] = "upload";
$col["width"] = "20";
$col["editable"] = true;
$col["edittype"] = "file";
$col["upload_dir"] = "temp";
$col["show"] = array("list"=>true,"edit"=>true,"add"=>true);
$cols[] = $col;
$upload_url = explode("/",$_SERVER["REQUEST_URI"]);
array_pop($upload_url);
$upload_url = implode("/",$upload_url)."/";
Hello,
Perhaps, latest build is required. This issue was fixed time ago.
Please email me your order no to get update.