When uploading files named such as www.somesite.com_www.google.com.csv using 'file_validate_extensions' => array('csv') - the file is renamed as it is taking the extension not as csv, but i guess from the first occurrence of a . - when i rename the file without the dots in the filename, upload works as expected.
↧