Closed (fixed)
Project:
ImageField
Version:
6.x-3.10
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Sep 2011 at 14:17 UTC
Updated:
14 Apr 2013 at 00:22 UTC
Hi,
I am uploading files that eventually go to an iOS app. The files are required to have the @ symbol in them (e.g. filenam@2x.png)
However, when I upload the file, the @ symbol is being automatically removed.
Anyone know how to remedy this?
Thanks.
Comments
Comment #1
quicksketchPerhaps you have the Transliteration module installed?
Comment #2
djween commentedI do but am not sure why that would remove the @ sign.
Comment #3
quicksketchBecause that's what Transliteration module does. It removes or replaces all characters except a-z, 0-9, hyphens, and underscores.
Comment #4
quicksketch