Wordpress increasing upload

Everything concerning the Wordpress/Joomla/Drupal plugins
Post Reply
User avatar
Hopki
Gnome
Posts: 13005
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi,
If you want to increase the upload file size to your Wordpress site which you are hosting on your server, this is how.
Download and unzip the attached php.ini file.
Open up your FTP client, if you have not got one FileZilla is a free app.
From your Wordpress directory, open the wp-admin folder.
Now add the php.ini file. Open your Wordpress site and go to Media and upload. The limit should now read: 1,000M :D
If you already have a php.ini file then copy the text and paste into your own file.
Regards,
Hopki
Attachments
php.ini.zip
(157 Bytes) Downloaded 246 times
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
User avatar
Svendus
Posts: 687
Joined: Sun Jan 06, 2008 11:03 am
Location: Sweden
Contact:

Great tip Thank You
Image Image
User avatar
Svendus
Posts: 687
Joined: Sun Jan 06, 2008 11:03 am
Location: Sweden
Contact:

Sorry Martin i think now you are tired of me
but the file is blank contain no data :?:

Still standard WordPress 4.4.1
Maximal filstorlek för uppladdning: 96 MB.
Maximum file size for upload: 96 MB.

Increase Maximum Upload File Size in WordPress YouTube video

Code: Select all

upload_max_filesize = 1000M
post_max_size = 1000M
Image Image
User avatar
Hopki
Gnome
Posts: 13005
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi Svendus,
This worked for me,
I think it depends on the method of build as Thomas said this would not work on the genome server but works fine on my Hopki Media server.
Regards,
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
User avatar
Svendus
Posts: 687
Joined: Sun Jan 06, 2008 11:03 am
Location: Sweden
Contact:

Yes it is now running
the first file was blank when i first downloaded it :?:
Image Image
OWendel
Posts: 24
Joined: Wed Jul 23, 2014 10:46 am

Some provider don't allow changes to the php.ini. in my case (Hosteurope) it helped to add this to the .htaccess file:

php_value memory_limit 80M
php_value post_max_size 100M
php_value upload_max_filesize 80M

Regards
Oli
User avatar
Alberich
Posts: 6
Joined: Sat Mar 26, 2016 9:49 pm

Svendus wrote:[..]
Increase Maximum Upload File Size in WordPress YouTube video
[..]
That did the trick! Thanks!
Post Reply