Page 1 of 1

Wordpress increasing upload

Posted: Sun Jan 31, 2016 2:06 pm
by Hopki
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

Re: Wordpress increasing upload

Posted: Sun Jan 31, 2016 6:56 pm
by Svendus
Great tip Thank You

Re: Wordpress increasing upload

Posted: Tue Feb 02, 2016 2:44 pm
by Svendus
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

Re: Wordpress increasing upload

Posted: Thu Feb 04, 2016 10:11 pm
by Hopki
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

Re: Wordpress increasing upload

Posted: Fri Feb 05, 2016 6:27 pm
by Svendus
Yes it is now running
the first file was blank when i first downloaded it :?:

Re: Wordpress increasing upload

Posted: Sat Feb 06, 2016 6:13 pm
by OWendel
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

Re: Wordpress increasing upload

Posted: Wed Mar 30, 2016 8:04 am
by Alberich
Svendus wrote:[..]
Increase Maximum Upload File Size in WordPress YouTube video
[..]
That did the trick! Thanks!