Hi All,
Raju,
If you are using xCP..
you can create an import action where you attach the form to your custom type. or if you are using a process, you can even use a process initiate form to upload the document of your custom type.
please go through the sample application tutorials available for xCP.
if you you are using webtop,
then you require to customize import component for uploading the document.
Ranga.
Hi Rangak,
Thank for your answer.
but am using one jsp page. In that jsp page I used
<td>Resume:</td>
<td><dmf:filebrowse name="resume"/></td>
Tag to save the resume into my cust type. if i click on save button it should execute one funcation. in that funcation what is the code i need to write to save this file into custom type.
one more thing if i keep the above tag am not able invoke the funcation in the component class
Why are customizing jsp, when you can scope import component by type? All you have to do is make changes in the importcontent config xml.