Opened 10 years ago
Closed 10 years ago
#28805 closed enhancement (fixed)
File upload support for Adobe Photoshop PSD
Reported by: | michalzuber | Owned by: | ccprice |
---|---|---|---|
Milestone: | 4.1 | Priority: | normal |
Severity: | normal | Version: | 3.9 |
Component: | Media | Keywords: | needs-patch good-first-bug |
Focuses: | Cc: |
Description
I was adding a PSD file over Add media of P2 theme and after uploading the 24MB I got Error: filetype is not permitted
PHPMailer has support for it:
wp-includes/class-phpmailer.php:2859: 'psd' => 'application/octet-stream',
I should be notified before uploading that the MIME type is not permitted or am I wrong?
Attachments (2)
Change History (9)
#3
@
10 years ago
- Type changed from defect (bug) to enhancement
- Version changed from trunk to 3.9
Hard to tell what's going on in the patch with all the whitespace changes. It looks kind of weird originally, too. Trying to align those things with spaces seems like a pretty terrible idea for upkeep.
#4
@
10 years ago
- Keywords needs-patch good-first-bug added; dev-feedback has-patch removed
- Milestone changed from Awaiting Review to 4.1
This patch needs to be rewritten
Note: See
TracTickets for help on using
tickets.
Added mime for PSD