Most awaiting feature of File Upload support is added to the latest build of PHP Grid Control. With just little config settings, you can upload file to a folder on your server. You can also use on_insert / on_update callbacks to store the uploaded content in database or email as per your need.

Following settings are required to add with column definition to make it a upload input box.

$col[“edittype”] = “file”; // render as file
$col[“upload_dir”] = “temp”; // upload here

Step 1: Step 2: Step 3: You can also edit or delete existing uploaded file too.

For more help, see working example (demos/editing/file-upload.php)

This feature is currently offered as a part of premium package and onwards. Customers with active subscription (of upgrade) can get latest build via email request ([email protected]). Those whose subscription period has expired can renew the subscription by ordering again from Download.

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

As you found this post useful...

Follow us on social media!

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?

Leave a Reply