Hi,I have a custom menu item utility which allows me to upload an excel spreadsheet into the TeamSite server. The general gist of the CGI is that it uploads the spreadsheet and parses it and creates a dcr and a generated file. All was working fine until there was a requirement to ensure that each file generated by the this upload utility was owned by the user who uploaded it rather than iwui.To ensure that the cms user owns the file, I used the iw_cgi_wrapper in the form action like:After including the iw_cgi_wrapper the cgi form does not upload the file to the /tmp area when the form is posted. The user does have permission to write to the /tmp directory. When the form is posted, nothing is processed.To do some debugging I took out the encoding type enctype="multipart/form-data". However by doing this the cgi does proceed but the file does not get uploaded into /tmp and the cgi script raises an error. Has anyone come across such a scenario before?TeamSite 6.7.0 SolarisThanksMashuk
Do you know if there is a solution/workaround for this or do I just change the owner of the dcr and generated file using a system chown command?ThanksMashuk