I need to create a form that uploads files into a folder together with other data. Then have that info displayed on a grid and with links to the files.
have seen all tutorials are refering to use of blob database. But there is no tutorial specifically for “Document(filename)”.
So I tried to do it myself
- I created a table with fields primary (Auto-inrement), foreign key to the grid, longblob (which I don’t need but system keeps on insisting for upload field), filename field which even the name not saving
- Have created a folder and specified it in “Subfolder”
So when I upload, the files are being saved as Blob, but I need them to be uploaded to a folder and their names saved on the table.
Please view the screenshot