I'm not getting the data from the dynamically created input fields even though I followed the directions ... And the submit button is an image type ... Below is the form
<td class="textSmall" valign="top">
New Video Image File:
<input type="text" name="products_video_xl[]">
<br>
Video Image Caption:
<input type="text" name="products_video_xl_caption[]">
</td>
</tr>
<tr>
<td>
<input type="image" border="0" title=" Preview " alt="Preview" src="includes/languages/english/images/buttons/button_update.gif">
<a href="/shop/admin/editprdt.php?cPath=292&pID=6362">
<img border="0" title=" Cancel " alt="Cancel" src="includes/languages/english/images/buttons/button_cancel.gif">
</a> </form>
</td> </tr>
</table>