In my meatadata capture 'datacapture.cfg' i have three items:1. The first item is a simple select drop-down with two values2. The second item is a cgi-callout which presents a drop-down whose options are fetched from a database based on the value selected from first item.3. The third item is again a cgi-callout which presents a drop-down whose options are fetched from database based on the value selected in second item.This particular functionality works fine while tagging single file. But when tagging multiple file it is giving problem. In my callout cgi script i'm using TeamSite::CGI_lite to fetch the form values. While tagging single file i'm able to fetch values of other items in the form. But that is not the case while tagging multiple files. Any workaround to this??
Sorry, but I didn't unserstand the meaning of tagging multiple files? Can you please elaborate?
In my callout cgi script i'm using TeamSite::CGI_lite to fetch the form values. While tagging single file i'm able to fetch values of other items in the form. But that is not the case while tagging multiple files. Any workaround to this??