Hi,
I am having trouble following your tutorial
There are two ways to implement this.
- You can save your images directly in database. Add a new field of BLOB type to your table, select Database image in View as and Edit as dropdown boxes for this field on Formatting Tab.
- You can save your images in a directory on your server. Add a new field of Varchar type to your table, select File-based image in View as and Document upload in Edit as dropdown boxes for this field on the Formatting Tab.
I've created a field with Blob type and Binary attribute but I can't find the Formatting Tab in PHPRunner. In "List page" I right-click on the image label and go to Properties and all I see are an Image width and Image height field with a Thumbnails box below it. Where are the View as and Edit as fields? Please help.
Thanks