/Volumes/YOURVOLUMENAME/ ART/FINAL ART//RFL-NTP 85x11.jpg
(no quotes around pasted link)
The prefix "/Volumes/" is needed when accessing a volume which is not the user's startup disk.
(there is no // nor \\ on Mac to indicate the volume, /Volumes/ is used before the volume name instead)
If you have access to a Mac and can click and DRAG your image file from it's location TO a command-shift-g Go to Folder dialog, the correct URL will fill in.
But a more Mac-like way would be to use javascript or applescript to place the image directly on the cursor (load cursor with image), or place it directly in a selected frame.
That would be fairly easy for an InDesign srcipter.
Sorry if this gets posted twice, I posted it once and it seemed to disappear?
I have a question about InDesign on a Mac (Please note I am not a Mac user so could be missing something simple?)
I am a software developer and I am developing an image management system for a company who uses both PCs and Macs, my system will run on a windows server, it will be browser based and accessed via a browser, so Windows and Mac users will be able to operate
it.
There is a requirement for my system to provide a link to an image that the user can copy/paste into InDesign, this link would be something like
\\imageserver\foldername1\foldername2\12345.jpg
I am not sure if the slashes need to go the other way on a Mac
//imageserver/foldername1/foldername2/12345.jpg but that is not a problem as I am creating the link dynamically in my system.
I was at the clients premises yesterday and could not find a way to paste such a link into InDesign to retrieve an image, is this possible? When the user showed me where they would select images they were presented with a dialog box which enabled them to navigate
the network, but there was no area to paste in a UNC path to an image.
Regards, Dennis
--
Bret Perry
Studio IT Manager/Production Artist
ph
626-463-9365
fax 626-449-2201
bpe...@russreid.com
The information in this email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution, or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. If you have received this email in error, please notify us immediately by calling the Help Desk at 866-682-8852.



After some more trial&error I could solve it now. The issue was the correcttyping of the path, even more tricky with a misunderstandable hint in theIndesign help (which guides to the InDesign path via the link pane). Thesolution:Different to InDesigns path view in the link palette, on Mac OSX datamergeneeds the path be written with : instead of /Furthermore the path must not include any "localhost" or "volumes" or"users" at the beginning but needs to start with the volume/partition name.Weird: it appers to have been different in CS3. In a video tutorial bothpath beginn with "users" and use of / (not : ) seemed to work. I wonder whythis : glyph is needed in CS4 on Mac, especially cause the Mac usually doesuse / but not :
a. /Volumes/Daten 3/Downloads ot/image.tiff
b.) Daten 3:Downloads ot:image.tiff
whereas below in in InDesign's links palette a) is according to 3rd and b) to 4th line:

2.) Path convertion via script or contextual menu on a Mac:
Here's an Apple script (2009) which converts win/mac paths:
http://erik.arvedson.se/2009/04/converting-windows-paths-to-mac-paths.html
2012: In the attached .zip you find an updated version of this script (.scpt) and a context menu file (.workflow – to be used from finder with control-click > pulldown menu > ...)
_ a.) .scpt:

_ b.) .workflow:

- thomas
(please fix my english)
Sorry if this gets posted twice, I posted it once and it seemed to disappear?
I have a question about InDesign on a Mac (Please note I am not a Mac user so
could be missing something simple?)
I am a software developer and I am developing an image management system for a
company who uses both PCs and Macs, my system will run on a windows server, it
will be browser based and accessed via a browser, so Windows and Mac users will
be able to operate it.
There is a requirement for my system to provide a link to an image that the
user can copy/paste into InDesign, this link would be something like \\imageserver\foldername1\foldername2\12345.jpg
I am not sure if the slashes need to go the other way on
a Mac //imageserver/foldername1/foldername2/12345.jpg
but that is not a problem as I am creating the link dynamically in my system.
I was at the clients premises yesterday and could not find a way to paste such
a link into InDesign to retrieve an image, is this possible? When the user
showed me where they would select images they were presented with a dialog box
which enabled them to navigate the network, but there was no area to paste in a
UNC path to an image.
Regards, Dennis