First let me thank you for the development of this wonderful tool that is xataface. It saves me so much time for building my database interfaces, it's very, very appreciated.
I think I've found a bug in blob.php, when using the "secure = 1" flag in fields.ini. The php logs reveals that read_file is not a recognized function. I'm not that good in php but by changing it to readfile, it works like a charm. Therefore maybe it only was a typo.
Anayway, here is a pull request to integrate this change if it's okay for you.
Hello Steve
First let me thank you for the development of this wonderful tool that is xataface. It saves me so much time for building my database interfaces, it's very, very appreciated.
I think I've found a bug in blob.php, when using the "secure = 1" flag in fields.ini. The php logs reveals that read_file is not a recognized function. I'm not that good in php but by changing it to readfile, it works like a charm. Therefore maybe it only was a typo.
Anayway, here is a pull request to integrate this change if it's okay for you.
Thanks again, Félix Chénier