You may use this trick to solve your sorting problem:
In WP-Filebase change your template and add one more colum containing the field you want to sort by – file_date – then hide it with style:
<td style=”display:none;”>
Now you may use this column to sort by.