![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
25/09/2010, 18:04
|
| | Fecha de Ingreso: septiembre-2010
Mensajes: 1
Antigüedad: 14 años, 4 meses Puntos: 0 | |
Respuesta: Sobre fileupload El problema es con un parametro del servidor de asp en windows.
Hay que modificar el parametro: AspMaxRequestEntityAllowed para que sea mayor a 200,000 bytes
Esto lo obtuve de:
Problem solved by Yes Software team, here is the soltion:
The cause of the reported problem most likely is Windows 2003 server, IIS 6 and default settings.
By default IIS6 lets you upload file with max 200 kB. if you want to upload more - you need to change metabase.xml
If windows is installed to c:\winnt, you should look for
start iis console and change settings for modyfing Metabase data
find c:\winnt\system32\inetsrv\Metabase.xml
modify AspMaxRequestEntityAllowed (it is in bytes) in that file
restart iis. |