[Pmwiki-users] upload.php no reporting maxupload size correctly

Patrick R. Michaud pmichaud
Mon Nov 1 15:38:52 CST 2004


On Mon, Nov 01, 2004 at 01:43:47PM -0800, Steven Leite wrote:
> upload.php doesn't seem to be reporting the correct maximum upload size
> correctly.  When I upload a file that I know is larger than the maximum
> upload size, a message reports that the file I'm trying to upload is
> larger than 50,000bytes.  Even if I change the value of $UploadMaxSize
> to some other value, it still reports the limit is 50,000 bytes.

But does it accept the uploaded file even with the larger $UploadMaxSize
setting?  I'm guessing that value of $UploadMaxSize isn't changing for
whatever reason -- i.e., it's not seeing the correct value of $UploadMaxSize
(as opposed to PmWiki simply reporting the wrong value).  

Also, what's the filename that is being uploaded?

Pm



More information about the pmwiki-users mailing list