Ver Mensaje Individual
  #5 (permalink)  
Antiguo 03/03/2004, 12:38
Avatar de Ruchu
Ruchu
 
Fecha de Ingreso: octubre-2001
Mensajes: 698
Antigüedad: 23 años, 7 meses
Puntos: 2
<!--#include file="xelupload.asp"-->
<%
Dim maxtam, strNombreFichero
maxtam = 400 * 1024
set objUpload = new xelUpload
objUpload.Upload()

set objFich = objUpload.Ficheros("file")

if right(objFich.Nombre,3)<>"jpg" or right(objFich.Nombre,3)<>"gif" entonces lo hechas para atras

set objFich = nothing
set objUpload = nothing


aqui esta el codigo "completo", te ha de funcionar por cojones. (supongo), jajajaja