Tim Chase wrote on Thu, Nov 21, 2013 at 08:03:17PM -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.
This server is used to manage a repository of research papers. There is no known limit. > If the application is served via PHP, the > POST_MAX_SIZE and UPLOAD_MAX_FILESIZE options can also control this. The application has a limit to prevent malicious usage. It is fixed at 100MB. I have the same problem with my local server (development) and the server in production. Dominique > Based on Thomas's knowledge/comments regarding the code, it sounds > like you're hitting a server with an undersized max-upload-size > > -tkc > > -- +--------------------------------o--------------------------------------------+ | P-mail: | E-mail: | | TELECOM ParisTech - Dep. TSI | [email protected] | | Dominique Asselineau | Phone: (33/0) 1 45 81 78 91 | | 46, rue Barrault | Fax: (33/0) 1 45 81 37 94 | | 75634 PARIS Cedex 13 | | | France | | +--------------------------------o--------------------------------------------+ _______________________________________________ Lynx-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lynx-dev
