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í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ítulo</title>
</head>
<script language="javascript" src="incPureUpload.js"></script>
<body>
<%VarFoto= (CStr(UploadFormRequest("FOTO")))%>
</body>
</html>
![Negando](http://static.forosdelweb.com/fdwtheme/images/smilies/negar.gif)
ASI NO OCURRE NADA
renton te importa poner como deberian ir estos documentos correctamente??
Gracias por adelantado