Hi,

I've got problems when combining FileField with File Framework. It is not possible to upload images via the Drupal core upload module when installing File Framework. File Framework comes with it's own file uploader, but unfortunately there is no possibility to combine it with your great Image Resize Filter module. If you enable both, the core upload module and the file uploader in File Framework, an error occurs when trying to create a CCK ImageField that says "An illegal choice has been detected". Would it be possible to ad the image upload option also to the CCK file field which is provided by the file uploader of File Framework? That would be really great!

See also: http://drupal.org/node/317349

Thanks a lot and greetings
Filburt

Comments

quicksketch’s picture

Category: bug » feature
Status: Active » Closed (won't fix)

FileField and ImageField have been moved into core. FileField's API were actually the foundation for the File Framework that is now in Drupal 7. FileField won't be moved to use File Framework, as FileField already provides an extensive API.