hello friends,

the code for the browse button is:

<HTML>
<HEAD>

</HEAD>
<BODY>
<form name="one" method="post"
action="attachment.asp">
<input type="file" name="file">
<INPUT type="submit" value="Submit" id=submit1
name=submit1>
</form>
</BODY>
</HTML>


I am collecting the file path in another form.and the
code is

<%
vfile=Request.Form("file")
Response.Write(vfile)
%>

But the problem is it's displaying only the file
name,But not the complete path.I want the complete
path.can anyone help me in this issue.


regards
Dilip


                
__________________________________ 
Do you Yahoo!? 
Plan great trips with Yahoo! Travel: Now over 17,000 guides!
http://travel.yahoo.com/p-travelguide


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to