Hello Abu,
How to change name of uploaded file so that it does not happen copying one over the other (in the case of the same names).
// file upload column
$col = array();
$col["title"] = "Note";
$col["name"] = "note";
$col["width"] = "250";
$col["editable"] = true;
$col["edittype"] = "file";
$col["upload_dir"] = "files_dir";
$cols[] = $col;
Best regards,
Davor Budimir
1 Answers
Your Answer