Ver Mensaje Individual
  #5 (permalink)  
Antiguo 16/01/2012, 06:11
cbarrera
 
Fecha de Ingreso: enero-2012
Ubicación: Chile
Mensajes: 8
Antigüedad: 12 años, 4 meses
Puntos: 0
Respuesta: Guardar texto largo en mysql y php

Busque info sobre max_size post y se debe al maximo permitido en un envio post, tanto para texto como para archivo.
Yo rebice mi php.ini y aparece como 8M.
Tambien encontre esto:

If a $_POST is used with large fields e.g. textarea's with more than 120kb characters php returns a blank screen, even if the max_post_size is 8M.

This problem may be caused by an apache-module SecFilter.

Adding the following lines to the .htaccess solves the problem.
SecFilterEngine Off
SecFilterScanPOST Off

Agregue las lineas en .htaccess pero igual no me resulto.
Yo uso wamp (apachephpmysql).

Aun no puedo hacer q me resulte el envio de texto largo
gracias.-