If i try to upload an image with special characters (ñ for example) it works well but if i try to add an image using "web" tab it shows an error:
"Unable to handle the provided embed string or URL."
¿Transliterate doens't work with media_internet?
If i try to upload an image with special characters (ñ for example) it works well but if i try to add an image using "web" tab it shows an error:
"Unable to handle the provided embed string or URL."
¿Transliterate doens't work with media_internet?
Comments
Comment #1
devin carlson commentedI have been able to add remote images with special characters such as é or ö using Media on a number of different platforms (Mac/Windows/Linux).
The "Unable to handle the provided embed string or URL" is usually caused by having an incorrect file URL or not having a media provider installed for the type of file you are trying to add.
Can you provide a link to a file you are trying to add?
Comment #2
carlitus commentedOf course,
http://edukame.com/wp-content/uploads/2009/02/madre-y-niña-besa-mano.jpg
thanks!
Comment #3
dave reidThis seems to be a duplicate of #1042246: valid_url() rejects utf8 URLs which is a bug in core that does not support special characters in URLs. I would love to see it fixed in D8 and backported to D7 as well. We also may need to URL encode special characters before calling valid_url() so I'm not closing this issue.
Comment #4
carlitus commentedThanks Dave,
i need it for a Wordpress to Drupal migration...maybe i'll change before the name manually (about 50 files)
Comment #5
steinmb commentedNot much Media can do I think. Follow #389278: Create IDN encoding and decoding functions - If fixed in core then perhaps...
Comment #6
steinmb commented