Closed (fixed)
Project:
Drupal core
Version:
6.3
Component:
upload.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Aug 2008 at 11:29 UTC
Updated:
3 Aug 2008 at 18:21 UTC
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
Comment #1
Kobax commentedFound 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.
Comment #2
Kobax commented