Reputation: 2422
i'm testing a website on my localhost not on the server in php.ini max file size is 128 mb but i can't upload a 26 mb flv file it doesn't give me an error or anything the page just refreshes and nothing happens it doesn't upload but small large files are uploaded successfully any advice ?
Upvotes: 0
Views: 1583
Reputation: 1666
Yes, you'll need to ask to the hosting support via ticket. The limits depends from your hosting plan.
Upvotes: 1
Reputation: 11700
Check upload_max_filesize
and post_max_size
in php.ini, .htaccess and web-server config. Make sure you're editing correct php.ini.
Upvotes: 2