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
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