Wrox Programmer Forums
|
ASP Forms As of Oct 5, 2005, this forum is now locked. Please use "Classic ASP beginner" at http://p2p.wrox.com/forum.asp?FORUM_ID=54 or "Classic ASP Professional" http://p2p.wrox.com/forum.asp?FORUM_ID=56 instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP Forms section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 24th, 2005, 03:50 AM
Authorized User
 
Join Date: Feb 2005
Posts: 41
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to kumarop
Default 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
 
Old March 24th, 2005, 08:08 AM
Friend of Wrox
 
Join Date: Oct 2004
Posts: 553
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to vinod_yadav1919 Send a message via Yahoo to vinod_yadav1919
Default

Hii Kumar!!
If you want to upload file then try this


http://www.freeaspupload.net/freeaspupload/download.asp

Cheers :)

vinod









Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.