Drupal 6.3, running on IIS7. Regardless of folder permissions, the upload module fails to attach any files. No error is given. Upload progress bar appears briefly. Using "attach" button or submitting content without attaching produces same results.

Comments

Kobax’s picture

Found to be another magic_quote issue. Users of IIS will need to manually add the line turning it off to their webroot .htaccess, as the default .htaccess only turns this feature off if it detects that it is being served by Apache.

Kobax’s picture

Status: Active » Closed (fixed)