Hi i am new to php/ajax.
I have a drop down list.if i select 1st option,it displays one upload file option.
if select 2nd option,it display 3 upload box
if select 3 option ,it dispaly 6 upload box.
I did this using ajax & displaying it in a div.
What i am trying ,if i select 3 option during insertion in dropdown list, during edit it should be auto selected i.e.3 option having 6 upload box.
Need suggestions