Tagged Questions
0
votes
2answers
166 views
Uploading files bigger than 58meg I get HTTP error. or IO error. when using media uploader in WP v3.51 Multisite, hosting is Linux at GoDaddy
For uploading files bigger than 58meg I get HTTP error. or IO error when using media uploader or 500 Internal Server Error when using browser uploader in WordPress v3.5.1 Multisite
.
It seems to get ...
0
votes
2answers
539 views
How to decrease the max file upload size without using php.ini or htaccess?
There are a lot of people discussing how to increase the php max upload file size...
In my case though I want to shrink it from 8MB to 4MB... In my cpanel configuration, if I change the setting, it ...
3
votes
1answer
1k views
How to define a remote uploads directory?
Using the constant overrides in wp-config I'm able to define a remote FTP server that plugins will be added to when installed using the WP interface.
define('FS_METHOD', 'ftpext');
define('FTP_BASE', ...