#6493 closed defect (bug) (invalid)
image upload problem
Reported by: | joshhighland | Owned by: | |
---|---|---|---|
Milestone: | Priority: | high | |
Severity: | major | Version: | 2.5 |
Component: | Security | Keywords: | |
Focuses: | Cc: |
Description
HTTP Error when uploading images
http://joshhighland.com/blog/wp-content/uploads/2008/03/wp_upload25.gif
solution: modify .httaccess
<IfModule mod_security.c> <Files async-upload.php> SecFilterEngine Off SecFilterScanPOST Off </Files> </IfModule>
http://joshhighland.com/blog/2008/03/30/wordpress-25-image-upload-problem-solved/
Change History (2)
Note: See
TracTickets for help on using
tickets.
See:
(In [7558]) Disable mod_security for uploader. Props andy. see #6406
I believe that was later removed as its not compatible with all hosts, even if you wrap it in the ifmodule due to security issues of what can, and cant be in the .htaccess or something.
While its a fix for now, Its not fixing the problem in mod_security or wordpress. Closing as Invalid.