Hi Naveen,
Does this sample code help??
'
' Sample HTML demonstrates use of File Upload Component
'
<HTML>
<BODY>
<FORM ACTION="UploadExt.dll" ENCTYPE="multipart/form-data" METHOD=POST>
Enter server file to create: <INPUT TYPE=TEXT NAME=Filename><BR>
What file are you sending? <INPUT TYPE=FILE NAME=Filedata><BR>
<INPUT TYPE=SUBMIT NAME=Upload>
</FORM>
</BODY>
</HTML>
The file the component will create on the server is reflected in the Filename variable demonstrated above.
I hope this helps...
Regs,
-Jeff Hendrickson