02/08/2008, 16:33
|
| | Fecha de Ingreso: agosto-2008
Mensajes: 4
Antigüedad: 16 años, 5 meses Puntos: 0 | |
Respuesta: Subir imagenes AJAX (no AJAX) problema al Recargar imagen Con modificar esta línea:
if (estado == 0) var mensaje = '<img src="<?php echo $dir_imgs.DIRECTORY_SEPARATOR ?>/' + file + '">';
para que quede así:
if (estado == 0) var mensaje = '<img src="<?php echo $dir_imgs.DIRECTORY_SEPARATOR ?>/' + file + '?'+Math.random()+'" />';
Debería funcionar. El problema es el caché de imágenes del navegador, creo.
Un saludo. |