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 ?
i’m testing a website on my localhost not on the server in php.ini max
Share
Check
upload_max_filesizeandpost_max_sizein php.ini, .htaccess and web-server config. Make sure you’re editing correct php.ini.