Hi,Requirement: Have a CGI callout that the users can use to upload images to TeamSite from their local machines and populate the DCT field simultaneously.Implementation: We have registered a javascript function on "OnCallout" event which calls the CGI. This CGI offers the user the GUI to select an image from his local machine and hit "Upload" button. This triggers another CGI script. Issue: Hitting the "Upload" button results in a permission denied error. We cannot convert the final CGI (that uploads it to TeamSite and populates the DCT field) into a perl file and use iw_cgi_wrapper.cgi (to remove the permission issue) since enctype="multiple/form-data" will not be supported.Can someone please help us find a resolutionThanksDhruv
Hitting the "Upload" button results in a permission denied error
Hi,Can someone please post the syntax of the Import CCI URL and some documentation around itThanksDhruv
Hi,I am using import CCI URL. I need to fill my DCT field with the path to the imported image. Is there a way to get that?ThanksDhruv