Forum Moderators: open
<form method="post" enctype="multipart/form-data">
<input type="file" name="file">
<input type="button" onclick="document.getElementById('file').click()" value="click me">
<input type="submit" value="Submit">
</form>
click button to select a file, it's ok.
but press Submit will clear file input, no submit
must press again will submit, but no file uploaded
almost same problem as [experts-exchange.com...]
but i need the real file uploaded
system: winxp sp2
browser: ie6 (come with sp2)
gmail js: works
my code: failed :(
any idea?