Hello dilip,
When we simply provide the name of file only filename will be submitted to the 
receiving  form either give full pathname in the text box or


<%
vfile=Request.Form("file")

 path = Server.MapPath("vfile")
Response.Write(vfile)
%>
may work.


hope i might have answer your query.

dilip kumar <[EMAIL PROTECTED]> wrote:
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 the Yahoo! Terms of Service. 


                
---------------------------------
Do you Yahoo!?
 Plan great trips with Yahoo! Travel: Now over 17,000 guides!

[Non-text portions of this message have been removed]



 
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