March 3, 200421 yr Newbies So, I've got my PHP file upload script working great (finally). Now I just need to get the images displayed. Because images are being added constantly, I have the cdml code written as such: <img src="[FMP-Field: Fieldname, url]"> The "Fieldname" field contains the full url path to image (it's a calculation field). In the browser source code, I see a bunch of additional garbage being thrown into the url-- lots of &'s, etc. Has anyone else experienced this? What am I doing wrong? Thanks for any responses. Eveke
March 3, 200421 yr Author Newbies Never mind... my brilliant coworker figured it out for me. The second parameter should be RAW, not URL.
Create an account or sign in to comment