Skip to content

Instantly share code, notes, and snippets.

View pedrosancao's full-sized avatar
💭
Making the internet

Pedro Sanção pedrosancao

💭
Making the internet
View GitHub Profile
@pedrosancao
pedrosancao / parse_files.php
Last active October 27, 2015 12:29
Parses the PHP's $_FILES array when multiple file input is used, it will return an array as each file was from a different input. It also works when multiple and single inputs are mixed
<?php
/**
* Parses the PHP's $_FILES array when multiple file input is used, it will
* return an array as each file was from a different input. It also works
* when multiple and single inputs are mixed
*
* @author Pedro Sanção <pedro at sancao do co>
* @license MIT Licence
*/