Hello,
Looking into the posts, i didn't find my solution for the folowing problem.
All members of my soccer club will give me the pictures of each player to put into a online member system.
I put a field by MyAdmin into the database with folowing data :
Name "foto" and type "MEDIUM BLOB"
I see that I get a upload buttom from Phpmyadmin, and that Xbrowse is showing the picture afther I upload
I Use Xbrowse for all screens, but how do I put the files, that I have on disk into each row of Xbrowse for the online database ?
In a normal dbf structure, I always put a link (c:\foto\image1212) to a file on disk and show it that way, but with SQL/Maria it will go into the BLOB database ?
How do I proceed ?
Maybe the online invoice sample can be expanded with product foto's show into the xbrowse and insert from files on disk ?