View Issue Details

IDProjectCategoryView StatusLast Update
0005369mantisbtadministrationpublic2005-04-18 10:39
Reporterdawn Assigned Tothraxisp  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Product Version0.19.1 
Summary0005369: application error #15 with uploading bmp file bigger than 1mb
Description

I allways get the application error # 15 if I try to upload a BMP file which is bigger than about 1MB.. Smaler BMP files work without any problem.

The error message is something like "Please check if uploads are allowed". And the updates are allowed... The maxfilesize in the php.ini is 50MB....

It would be nice if anybody can give me a hint, what's wrong or if this a bug...

TagsNo tags attached.

Relationships

duplicate of 0004595 closedthraxisp file upload in error report doesnt work 
related to 0003702 closeddhx problem in uploading big file 
related to 0005193 closedgiallu Attaching a ZIP file causes an application error. 

Activities

thraxisp

thraxisp

2005-03-21 12:55

reporter   ~0009612

There are a few other variables that control the upload size. In php, there is upload_max_filesize, and post_max_size. These should be taken into account in the max size listed under the "Select File" heading.

For mySQL, the transfer may also be restricted by the max_allowed_packet parameter.

See also 0003702 and 0005193.