that is correct :-
<form method="post" enctype="multipart/form-data" name="form1"> <table width="400" border="0" cellspacing="1" cellpadding="1"> <tr> <td>Browse to file</td> <td><label for="image"></label> <input name="image" type="file" id="image"></td> </tr> <tr> <td>Thumb</td> <td><input name="idno" type="hidden" id="idno" value="<?php echo $row_rsJewels['idno']; ?>"></td> </tr> <tr> <td> </td> <td><input type="submit" name="button" id="button" value="Submit"></td> </tr> </table> </form> |
|
|