[UPLOAD_FILE_PROGRESS]: (state, action) => {
    const _percentages = initialState.percentages
    _percentages[action.index] = action.percentage
    return {
      percentages: _percentages,