Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/03/2008, 07:34
Avatar de Peterpay
Peterpay
Colaborador
 
Fecha de Ingreso: septiembre-2007
Ubicación: San Francisco, United States
Mensajes: 3.858
Antigüedad: 17 años, 5 meses
Puntos: 87
Re: subir imagen ayudita porfavor

pues deberias tener algo asi

if( string.IsNullOrEmpty( fileupload.Filename))
{ // Esto devuelve la raiz de tu sitio
imagen= Server.MapPath("~/")+rutaimagendefault;
}
else
{
fileupload.Save(....)
}
__________________
Curso WF4
http://cursos.gurudotnet.com/ DF
Aprende HTML5