Holds MultipartFile's that were uploaded to your apache2 web server
Returns true if we have a MultipartFile with the index name provided
function has(string index_name) : boolean
Returns the MultipartFile with the given index name
function get(string index_name) : MultipartFile
Returns true if we have a MultipartFile array with the given index name
function hasArray(string index_name) : boolean
Returns the MultipartFile array with the given index name
function getArray(string index_name) : MultipartFile[]