Home
TeamSite
CGI upload file
syim
I was trying to write a cgi task for a custom menu item to upload a file, populate a DCR base on the file properties and then invoke a workflow.
I'm tried to put attribute ENCTYPE="multipart/form-data" to the <form> element. It caused an error.
I tried to use $cgi->uploadInfo($filename)->{'Content-Type'} to retrieve mime type, however, it caused an error as well.
Is there any differences for a upload CGI to be invoked by TeamSite from other web server?
Thanks
Find more posts tagged with
Comments
nipper
This has been on the Templating forum, look for this title:
Making Image Upload Easier
HTH