... open(UPLOADFILE, ">$upload_dir$filename"); binmode(UPLOADFILE); if ($overwrite eq "Y") { ... `$copycmd`; } else { binmode($upload_file_handle); while (<$upload_file_handle>) { print UPLOADFILE $_; } } close UPLOADFILE;...
#!/SAN01/apps/Interwoven/TeamSite/iw-perl/bin/iwperluse strict;use TeamSite::CGI_lite;use TeamSite::Config;$|=1;my $cgi = TeamSite::CGI_lite->new();$cgi->parse_data();printf("Content-Type: text/xml\n\n");printf << "ENDOUT";
Root cause:Couldn't parse DCT bytes into DOM [datacapture.dct_parse.error.msg ]erver returned HTTP response code: 500 for URL: http://localhost/iw-bin/custom/elem.ipl
In my DCT file I want to use the Entity...Please any one can help.Thanks.