Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

passing input type=file to new asp page without using form

Status
Not open for further replies.

ozpeppers

Programmer
Jul 17, 2001
32
0
0
BN
Hello Guys

I have this file upload problem... I'm using IIS on windows 2000 server.

I have a overall form which covers most pages (not my code but it's proving harsh to problem around all the same) and I need to do a file upload... which also uses a form submit... which means 2 forms crossing over - can't be done.

So as a work around I'm thinking - have a button doing an onclick load new window (where I can now use a form and submit) and passing the input type="file" value to this new window!!

Any suggestions and/or examples appreciated!!

Cheers in advance

Mark
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top