Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
Hi I am using a databound form with <cms:editable name='company_logo' allowed_ext='jpg, jpeg, png, gif' max_size='400' type='securefile' />

its working fine on my local server, but when I Place it on webserver and trying to upload an image it from couch admin or and databound front page it saying "Destination folder for attachments does not exist "


What to do?


Thanks
The securefile addon automatically creates a folder named 'attachments' within 'couch/uploads' folder (or whatever location you have specified for uploads in the config file).

The error suggests that for some reason (insufficient permission most likely), the folder could not be created.

Please try using CPanel or your FTP client to manually create the 'attachments' folder (making sure to make it writable).

Hope it helps.
Yes it works!
Now I am able to upload.

Thanks Sir
3 posts Page 1 of 1
cron