can it be done like this???
Dear Sir,
I have a fieled of "file" type in which user can select local file name from their m/c.I want to take value of selected local file name by user (say c:/windiows/test.doc) into another form (emal.asp).Can I collect value (c:\windows\test.doc)through Request.form("MyFile"),likewise I can do it in case of type select etc..or is there any restriction in case of "file" type of item.
Main form
<form method = post action = email.asp>
<input type=file name=YourFile><input type=submit name=submit value="Upload">
</form>
Can i collect the value of selected file name into other form like this in email.asp page
Request.form("YourFile")
Regards
Om Prakash
om prakash kumar
__________________
om prakash kumar
|