@rian amrodin
If I understand your question, you want to route files larger than 4MB down a different path from the files smaller than 4MB.
In the RouteOnAttribute processor, add a property like:
Files greater than 4MB will be routed out the gt4mb realtionship and the files that are smaller than 4MB will go out the unmatched relationship.