|
i just received a response from an adobe forum that may be useful in explaining the # issue...
"Even though many naming conventions are frowned upon that include starting with #@!, etc. the only ones not to use in images are " (quotes), # or - (dash).
This is mainly due to the interpretation of such items by the browser engine or server you are using. Also avoid spaces and . (dots) in the name where possible as many servers/browsers will interpret these wrong, (except using the . as a delimiters between file name and file type).
The basic principle to work on is, if you use 101-10.jpg and it works, do not worry, but be aware that if you use the same naming on another server it may not.
-PZ"
After hours of searching on google i was surprised this information wasn't retally more available.
I hope others find this useful.
|