droidus Posted June 24, 2011 Share Posted June 24, 2011 is there any way to upload larger files than the server will let you. for example, i am with 1&1, and i try to upload a video, and it just sits there and loads, then when its done, the file is still not on the server. any advice/recommendations as to other options for uploading larger files? they aren't very large... probably at the most, 1GB. thanks. Link to comment https://forums.phpfreaks.com/topic/240324-uploading-large-files/ Share on other sites More sharing options...
micah1701 Posted June 24, 2011 Share Posted June 24, 2011 if you don't have access to your .ini config files, you can sometimes set directives at the .htaccess level if your provider allows. php_value upload_max_filesize 200M php_value post_max_size 200M php_value memory_limit 200M in the end though, if you host has a max file size upload you may just be out of luck Link to comment https://forums.phpfreaks.com/topic/240324-uploading-large-files/#findComment-1234468 Share on other sites More sharing options...
droidus Posted June 25, 2011 Author Share Posted June 25, 2011 to access my .ini config files, could i download easyphp? i will try the .htaccess. (does the M stand for Megabytes?) Link to comment https://forums.phpfreaks.com/topic/240324-uploading-large-files/#findComment-1234548 Share on other sites More sharing options...
droidus Posted June 25, 2011 Author Share Posted June 25, 2011 they said i could change the .ini file! why would they have it preset to such an amount? Link to comment https://forums.phpfreaks.com/topic/240324-uploading-large-files/#findComment-1234579 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.