My Form and insert queries work great, but when I have the formmaker create a file upload field, nothing happens. I select the file from my local drive and when I send it through my insert query it get confimation but the "Image.jpg" I selected doesn't upload. The table field attribute is "longblob" but I'm missing a piece to the puzzle . . . kinda thought that looked too easy . . can anyone clue me to the proper syntax to make this happen?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello and thanks for the time saving crud-maker.
My Form and insert queries work great, but when I have the formmaker create a file upload field, nothing happens. I select the file from my local drive and when I send it through my insert query it get confimation but the "Image.jpg" I selected doesn't upload. The table field attribute is "longblob" but I'm missing a piece to the puzzle . . . kinda thought that looked too easy . . can anyone clue me to the proper syntax to make this happen?
Thanks
Probably should have mentioned I'm using MySql on host server.