Jump to content

uploading large files


droidus

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.