October 9, 200619 yr Hi, I'm working on a script that export pasted images on a website and then refence the images to the web url. Here's my algorithm: Loop through all field if image --> Copy to temp folder End loop Export all images in temp folder to web Loop through all field if image --> Empty Activefield ActiveField = WebImage (Example: http://www.xyz.com/images/abc.jpg) /*PROBLEM HERE*/ end if end loop - I'm using MediaManager plugin. - The problem is that everything goes well except that when I'm updating the image, instead of reading the image on the web it reads it in the web cache! I've been looking for the web cache directory, but I didn't found it. Can someone tell how to empty this cache? I've tried "Flush cache to disk", but it didn't worked... Thank you Nick
October 26, 200619 yr Author I found the answer a few days ago. Since MediaManager use Quicktime I emptyed quicktime cache and it worked!
Create an account or sign in to comment