gerkintrigg Posted June 9, 2010 Share Posted June 9, 2010 I'm keen to allow large images to be uploaded to one of my websites on my Linux VPS. Can i change settings for timeouts and upload limits via htaccess or do i need to do something clever with config files? Any help most welcome. Link to comment https://forums.phpfreaks.com/topic/204272-changing-upload-size-limits/ Share on other sites More sharing options...
JonnoTheDev Posted June 9, 2010 Share Posted June 9, 2010 via .htaccess php_value upload_max_filesize 20M php_value post_max_size 20M Link to comment https://forums.phpfreaks.com/topic/204272-changing-upload-size-limits/#findComment-1069891 Share on other sites More sharing options...
gerkintrigg Posted June 9, 2010 Author Share Posted June 9, 2010 excellent. and if the server starts timing out due to the upload speed, can that be done in a similar way? Link to comment https://forums.phpfreaks.com/topic/204272-changing-upload-size-limits/#findComment-1069898 Share on other sites More sharing options...
JonnoTheDev Posted June 9, 2010 Share Posted June 9, 2010 http://www.cyberciti.biz/faq/wordpress-to-wordpress-php-import-tweak/ Link to comment https://forums.phpfreaks.com/topic/204272-changing-upload-size-limits/#findComment-1069899 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.