NinjaTurtle
12-22-2004, 07:00 AM
Dear,
How to hide the File Input(< Input type=File >)?
my problem is when user choose a file to upload, then next they will go to a screen to confirm the file path b4 upload the particular file,but that page is plain text, so i try to put the value into the File input type(just like textbox in hidden), then only i can upload it(using ASP).
And there is another problem, i cant hard code a value in the <Input type=File> as <Input type=File value="C:\...">
How to hide the File Input(< Input type=File >)?
my problem is when user choose a file to upload, then next they will go to a screen to confirm the file path b4 upload the particular file,but that page is plain text, so i try to put the value into the File input type(just like textbox in hidden), then only i can upload it(using ASP).
And there is another problem, i cant hard code a value in the <Input type=File> as <Input type=File value="C:\...">