En ese caso la solucion podria ser manejar el
reset manualmente, de esta forma podrias tener un solo formulario.
Algo asi:
Código HTML:
<form name="enviar_todo" action="loquesea.cgi" method=post>
<input name="pic0" type="file" size="10">
<input type="text" name="campo1">
<input type="button" class="" value="Cancelar" onClick="Resetear();">
<input name="pic0" type="file" size="10">
<input type="text" name="campo1">
<input type="button" class="" value="Cancelar" onClick="Resetear();">
<input name="pic0" type="file" size="10">
<input type="text" name="campo1">
<input type="button" class="" value="Cancelar" onClick="Resetear();">
<input name="pic0" type="file" size="10">
<input type="text" name="campo1">
<input type="button" class="" value="Cancelar" onClick="Resetear();">
<input type="button" class="boton" value="Enviar" onClick="envia();">
</form>
La funcion
Resetear podria tener algun parametro.
Bueno, es una idea