June 1, 200421 yr Newbies Is it possible to insert images into my container field or even an http:// reference via FMP XML import? Thanks!
August 28, 200421 yr a) file:// -->yes http:// --> yes, but not so easy FM7 containers accept text data (i.e. the file-names). Simply adjust you XSL to import file:// & absolutepath to image folder & filename into the container, or do a (matched) folder import with the filename as matching criteria as for the http-stuff: use applescript, shell script with wget, or WSH, etc to download your web images, then rename them to the appropriate filenames and adjust the file paths....
Create an account or sign in to comment