Alguien de por aqui me puede ayudar con esto que me esta pasando... el problema es que no lo hacer que esto funcione, es decir que no logro que la imagen se suba.
y el error que me da es este:
( ! ) Notice: Undefined index: tpm_name in C:\wamp\www\evatienda\admin\imagenproducto.php on line 13
Call Stack
# Time Memory Function Location
1 0.0007 370120 {main}( ) ..\imagenproducto.php:0
el script es el siguiente:
Código PHP:
Ver original
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Subir Imagen</title> </head> <body> <?php //Datos del archivo $nombre_archivo = $_FILES['userfile']['name']; ?> <script type="text/javascript"> oponer.document.form1.photo.value="<?php echo $nombre_archivo; ?>"; self.close(); </script> <?php } else { ?>