Opened 13 years ago
Last modified 5 years ago
#18730 new defect (bug)
media_sideload_image() doesn't handle dynamic image url's well
Reported by: | dd32 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.9 |
Component: | Media | Keywords: | has-patch needs-refresh |
Focuses: | Cc: |
Description
Example URL: http://www.tumblr.com/photo/1280/10464566223/1/tumblr_lrum2xzkpC1r3z8e3
As a result, the preg_match() for the file extension fails and issues a notice (no file extension in that url, although the redirection location does have).
The handling of a download failure also seems hairy, upon failure, it still attempts further importing before loading - I haven't looked into that too far.
Attachments (1)
Change History (9)
Note: See
TracTickets for help on using
tickets.
Probably not relevant for your use case, and I'm sure you're very well aware of the filter, but I was able to get around a similar bug by modifying the wp_check_filetype_and_ext filter as such -
Granted, still doesn't attach properly (not necessary in my use case), but I'm able to get it to return the proper <img> tag and upload to the server with the override.