Problem with File uplolad in javascript.
Posted
by Nikhil
on Stack Overflow
See other posts from Stack Overflow
or by Nikhil
Published on 2010-03-19T03:34:22Z
Indexed on
2010/03/19
3:41 UTC
Read the original article
Hit count: 172
I have used javascript to upload more than one file. when user clicks on 'add more' javascript appends new object to older div using innerHTML. Now the problem is if I select a file and then click on "add more" then new file button exist but older selected file removes and two blank file buttons display. I want this old file must be selected when user add new file button.
If anybody can, Help Plz!!! tnX.
© Stack Overflow or respective owner