Foros del Web » Programando para Internet » ASPX (.net) »

anthem y upload the ficheros

Estas en el tema de anthem y upload the ficheros en el foro de ASPX (.net) en Foros del Web. Hola Esto intentando subir ficheros con anthem the gran tamaño. He configurado para que el servidor permita subir hasta 4 MBs con los sgtes params ...
  #1 (permalink)  
Antiguo 13/08/2007, 13:44
 
Fecha de Ingreso: junio-2007
Mensajes: 380
Antigüedad: 16 años, 10 meses
Puntos: 0
anthem y upload the ficheros

Hola
Esto intentando subir ficheros con anthem the gran tamaño. He configurado para que el servidor permita subir hasta 4 MBs con los sgtes params en el web.xml:

MaxRequestLength

requestLengthDiskThresold

El problema esta que cuando supero los 4 MBs el siguiente error es lanzado:

The problem is that the following error is launched when i put a file large than 4096:

unction Anthem_ExtractIFrameDocument(iFrameEl) {
var doc = null;
if (iFrameEl.contentDocument) { // For NS6
doc = iFrameEl.contentDocument;
} else if (iFrameEl.contentWindow) { // For IE5.5 and IE6
doc = iFrameEl.contentWindow.document; --> Linea dnd da el error
} else if (iFrameEl.document) { // For IE5
doc = iFrameEl.document;
} else {
//alert("Error: could not find iFrame document");
return null;
}
return doc;
}

Que puedo hacer?

Borja
  #2 (permalink)  
Antiguo 22/03/2011, 07:18
 
Fecha de Ingreso: enero-2011
Ubicación: Santiago
Mensajes: 12
Antigüedad: 13 años, 3 meses
Puntos: 0
Respuesta: anthem y upload the ficheros

creo que es un problema de webconfig, agrega esta linea en tu webconfig
<httpRuntime executionTimeout="999999" maxRequestLength="200000"/>
dentro del tag <system.web>
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 14:44.