I am using Drupal 6 with the current CKEditor and CKFinder. File uploads on the site are handled with a CCK file field with the Filefield Paths module automatically placing the files in a directory based on the node number, eg. /site/default/files/attachments/234 or /site/default/files/attachments/482.
Is this possible with CKFinder? I understand I can set different default directories based on the resource type, but I'm not sure how I could do this based on a Drupal variable like node id.
Is this possible with CKFinder? I understand I can set different default directories based on the resource type, but I'm not sure how I could do this based on a Drupal variable like node id.