[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lynx-dev] Problem to upload file in form
From: |
Tim Chase |
Subject: |
Re: [Lynx-dev] Problem to upload file in form |
Date: |
Thu, 21 Nov 2013 20:03:17 -0600 |
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