fille upload and review

H

Hugo

Guest
Hi,
I try to get file-uploads into my database but I get nothing but zero's '0'.
They are being loading into the uploads folder, but the database is giving 0.
result is dat my details page will not display the pictures.
I don't know where this is handled in the phpfiles, or maybe I did something wrong in the database?
Thanks in advance for any comments you send.
Hugo
 
H

Hugo

Guest
the problem is solved, I had to arrange mysql to have a LONGBLOB with an image file.
thanks to me!
 
E

Eugenio

Guest
Hugo wrote:

> the problem is solved, I had to arrange mysql to have a
> LONGBLOB with an image file.
> thanks to me!

I don't think this was the problem, DaDaBIK store in the DB just the file name, so you don't need a longblob field type.



(Latest version of DaDaBIK when this message was posted: 3.0 beta)
 
Top