Spreading the file out in multiple places isn not necessarily the best idea unless the file is securely encrypted by YOU and not the place that is storing it.
That's precisely what i've done for years personally (but for far less sensitive data - a MySQL dump of a website with 20k users including private messages - the "private" bit being what's sensitive).
Basically I encrypt the SQL dump with a stupidly long key and a passphrase made up of random letters and numbers only I know and send it to a bunch of reasonably trustworthy individuals to store.
For a bitcoin wallet backup, personally I ain't letting anyone else have physical possession even with incredibly strong crypto - any crypto system other than a one-time pad can fall eventually, and it only takes one smart and patient attacker to wait out the years/decades before cracking a bunch of wallet files and using them. I could get rich in BTC only to lose it all due to a silly mistake years ago.
One thing that I would advise for anyone with a large amount of BTC though is to split it up across multiple wallets, the majority of them completely offline and stored in physically secure locations. If I had something in the 6 figure range i'd definitely be paranoid about it.