Ver Mensaje Individual
  #40 (permalink)  
Antiguo 14/01/2005, 10:19
sqa212
 
Fecha de Ingreso: mayo-2003
Mensajes: 866
Antigüedad: 21 años, 9 meses
Puntos: 0
Renton gracias por responder, pero sigue sin salirme bien.
He creado una pagina:
formulario.asp
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Documento sin t&iacute;tulo</title>
</head>
<body>
<form name="ADD_DATA" action="<%=MM_editAction%>">
<input name="foto" type="file" id="foto" onChange="checkOneFileUpload(this,'GIF,JPG,JPEG,BM P,PNG',fal se,'','','','','','','')" size="50">
<input type="submit">
</form>
</body>
</html>

Y otra pagina:
cogeform.asp
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!--#include file="i_redimensionar_images.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Documento sin t&iacute;tulo</title>
</head>
<script language="javascript" src="incPureUpload.js"></script>
<body>
<%VarFoto= (CStr(UploadFormRequest("FOTO")))%>
</body>
</html>

ASI NO OCURRE NADA
renton te importa poner como deberian ir estos documentos correctamente??

Gracias por adelantado