On 2013-11-21 20:50, Thomas Dickey wrote:
> > It seems that Lynx on Debian Wheezy (version 2.8.8dev.12) does not
> > allow to upload files trough a form beyond 8192 bytes.  I do not
> > find
> 
> I use the feature occasionally with the w3c validator, and just
> checked it now with a 200kb file (works for me...).  There's no
> specific size limit in the code (and I don't recall any relevant
> bug-fixes in that area). So... more information would be helpful.

This is usually a matter of what the server-code is configured to
accept.  In Apache, you can twiddle the LimitRequestBody in the
httpd.conf file.  If the application is served via PHP, the
POST_MAX_SIZE and UPLOAD_MAX_FILESIZE options can also control this.
Based on Thomas's knowledge/comments regarding the code, it sounds
like you're hitting a server with an undersized max-upload-size

-tkc



_______________________________________________
Lynx-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lynx-dev

Reply via email to