I am using nuBuilder 2.x for a couple of projects for a couple of years and love it!
Excited about 3.0, I installed it and tried to make it my own. When trying to upload images I encounter a problem.
Upload looks fine but the DB field with the image data is empty. No error is shown and the debug info looks good as well.
Code: Select all
Array
(
[userfile] => Array
(
[name] => IMG_1485.JPG
[type] => image/jpeg
[tmp_name] => /tmp/phpyXUvxF
[error] => 0
[size] => 4165498
)
)
Regards,
Joe