Hi,
I run a wiki and like to upload bigger files (no matter what file type or extension). When I try to upload e.g. pdf- or zip-files with a size of 4 MB with the image upload function I got an error message "the uploaded file is empty".
Is there a special parameter, which I have to configure? I did not find that in the docu...
Here my only settings, which are out of the standard:
DefaultSettings.php $wgFileExtensions = array( 'png', 'gif', 'jpg', 'jpeg', 'pdf' ); $wgStrictFileExtensions = false; $wgUploadSizeWarning = 5000 * 1024;
LocalSettings.php $wgEnableUploads = true; $wgUseImageResize = true; $wgUseImageMagick = true; $wgImageMagickConvertCommand = "/usr/bin/convert"; #$wgHashedUploadDirectory = false;
My version: 1.5.6 on apache 1.3.33, php4.3.10-16, MySQL 4.0.24, ImageMagick version 6.0.6, PHP imagick version 0.9.11, debian 3.1.
Cheerio Stefan
Do you use a shared-hosting-webspace? Perhaps your php-settings limit your php-upload-size to 4 MB?
MediaWiki-l.20.stefan817@spamgourmet.com wrote:
Hi,
I run a wiki and like to upload bigger files (no matter what file type or extension). When I try to upload e.g. pdf- or zip-files with a size of 4 MB with the image upload function I got an error message "the uploaded file is empty".
Is there a special parameter, which I have to configure? I did not find that in the docu...
Here my only settings, which are out of the standard:
DefaultSettings.php $wgFileExtensions = array( 'png', 'gif', 'jpg', 'jpeg', 'pdf' ); $wgStrictFileExtensions = false; $wgUploadSizeWarning = 5000 * 1024;
LocalSettings.php $wgEnableUploads = true; $wgUseImageResize = true; $wgUseImageMagick = true; $wgImageMagickConvertCommand = "/usr/bin/convert"; #$wgHashedUploadDirectory = false;
My version: 1.5.6 on apache 1.3.33, php4.3.10-16, MySQL 4.0.24, ImageMagick version 6.0.6, PHP imagick version 0.9.11, debian 3.1.
Cheerio Stefan
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
No, I use a own server in my office. You were right, there was a limit of 2 MB in the php.ini. Thanks a lot.
"2036@gmx.de - 2036@gmx.de"+MediaWiki-l+stefan817+06bb84fe6c.2036#gmx.de@spamgourmet.com schrieb am 27.02.2006 14:48:18:
Do you use a shared-hosting-webspace? Perhaps your php-settings limit your php-upload-size to 4 MB?
MediaWiki-l.20.stefan817@spamgourmet.com wrote:
Hi,
I run a wiki and like to upload bigger files (no matter what file type
or
extension). When I try to upload e.g. pdf- or zip-files with a size of
4 MB
with the image upload function I got an error message "the uploaded
file is
empty".
Is there a special parameter, which I have to configure? I did notfind
that
in the docu...
Here my only settings, which are out of the standard:
DefaultSettings.php $wgFileExtensions = array( 'png', 'gif', 'jpg', 'jpeg', 'pdf' ); $wgStrictFileExtensions = false; $wgUploadSizeWarning = 5000 * 1024;
LocalSettings.php $wgEnableUploads = true; $wgUseImageResize = true; $wgUseImageMagick = true; $wgImageMagickConvertCommand = "/usr/bin/convert"; #$wgHashedUploadDirectory = false;
My version: 1.5.6 on apache 1.3.33, php4.3.10-16, MySQL 4.0.24,
ImageMagick
version 6.0.6, PHP imagick version 0.9.11, debian 3.1.
Cheerio Stefan
------------------------------------------------------------------------
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
Ki,
This is an old e-mail but I have the same problem of this guys. I changed my php-settings to 8MB but it didn't work. All files bigger than 1MB, I got the message "The uploaded file is empty...".
Thanks
Jeff
2036@gmx.de wrote:
Do you use a shared-hosting-webspace? Perhaps your php-settings limit your php-upload-size to 4 MB?
MediaWiki-l.20.stefan817@spamgourmet.com wrote:
Hi,
I run a wiki and like to upload bigger files (no matter what file type or extension). When I try to upload e.g. pdf- or zip-files with a size of 4 MB with the image upload function I got an error message "the uploaded file is empty".
Is there a special parameter, which I have to configure? I did not find that in the docu...
Here my only settings, which are out of the standard:
DefaultSettings.php $wgFileExtensions = array( 'png', 'gif', 'jpg', 'jpeg', 'pdf' ); $wgStrictFileExtensions = false; $wgUploadSizeWarning = 5000 * 1024;
LocalSettings.php $wgEnableUploads = true; $wgUseImageResize = true; $wgUseImageMagick = true; $wgImageMagickConvertCommand = "/usr/bin/convert"; #$wgHashedUploadDirectory = false;
My version: 1.5.6 on apache 1.3.33, php4.3.10-16, MySQL 4.0.24, ImageMagick version 6.0.6, PHP imagick version 0.9.11, debian 3.1.
Cheerio Stefan
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org