Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Uploading images with GDN_UploadImage

Okay so I'm trying to use my postcontroller to upload an image and save the image path in a field on the database.
So far I have this on my post view: $this->Form->imageUpload('Image')

How do I get it so that my post controller saves this image to my file system then saves the path to a field (image) on my GDN_Discussion table?

Tagged:

Comments

Sign In or Register to comment.