Hi,Thanks in advance.I am trying to pass on the parameter to a CGI from my DCT with the following code,<item name="Upload"><text size="29" maxlength="29"><cgi-callout url="/iw-bin/iw_cgi_wrapper.cgi/at.ipl?path=htdocs" label="Upload" window-features="width=640,height=250,resizable=no,toolbox=no,scrollbars=yes,titlebar=no" /></text></item>I am not getting the values to the CGI. Any help is appreciated.TS 6.5,Windows 20003 NT
You are passing CGI "path" Parameter. The code you've attached does not look for it.
Here is the DCT codeitem name="Upload">text size="29" maxlength="29">cgi-callout url="/iw-bin/iw_cgi_wrapper.cgi/PLC_uploadGUI.ipl?path=htdocs" label="Upload" window-features="width=640,height=250,resizable=no,toolbox=no,scrollbars=yes,titlebar=no" />/text>/item>Thanks!
Add the following to your logging: print $cgi->{form}{path};Also, run "iwperldoc TeamSite::CGI_lite" from the command line and read Module documentation