skip to Main Content

upload larg file laravel

i want to upload video to me web video size 3G but got error : Request Entity Too Large The requested resource does not allow request data with POST requests, or the amount of data provided in the request exceeds…

VIEW QUESTION

Can WordPress upload xlsm file types?

Here is my code that I have placed in the functions.php file, which doesn't work: "Sorry, this file type is not permitted for security reasons." What am I doing wrong? function zerodropout_mime_types( $mime_types ) { $mime_types['xlsm'] = 'application/vnd.ms-excel.sheet.macroEnabled.12'; return $mime_types;…

VIEW QUESTION
Back To Top
Search