Advertisement
Guest User

Untitled

a guest
Dec 21st, 2014
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. <form method="POST" action="webservice/ws_inicio.php" enctype="multipart/form-data">
  2. <div class="modal-body">
  3. <center><h3><label>Imagen</label></h3></center><br>
  4. <center>
  5. <img id="imgSalida" name="imgSalida" class="img-rounded img-polaroid" width="50%" height="50%" src="">
  6. </center>
  7. <input type="text" name="imageninv" value="0" id="imageninv" style="display:none;">
  8. <input type="text" name="nombre" value="0" id="nombre" style="display:none;">
  9. <input type="text" name="contenedor_id" value="0" id="contenedor_id" style="display:none;">
  10. <center>
  11. <input id="nombre_ruta_file" type="file" value="0" name="nombre_ruta_file">
  12. </center><br>
  13. </div>
  14. <div class="modal-footer">
  15. <button type="button" class="btn btn-default" data-dismiss="modal">Cancelar</button>
  16. <button type="submit" name="guardar_datos_inicio" id="guardar_datos_inicio" value="Guardar" class="btn btn-success">Guardar</button>
  17. </div>
  18. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement