Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.

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.