Does anyone know what settings to configure when using the Postman extension for Chrome to test file downloads in a Laravel 4 application?
$file = Input::file('media'); var_dump($file);
Returns null.
Turns out to check your PHP.ini settings and restart apache and PHP. I tested video files that exceeded the POST limits and loaded the size limits in my configuration, hence the results.