I've heard negative comments about GoDaddy. In general, web hosting that doesn't give you a commandline means you loose functionality, no oil and no migrations for example.
There are also hosters that don't include the fileinfo extension, which according to the PHP documentation MUST be included, and which FuelPHP requires to work.
So see if you can state the use of FuelPHP as a requirement, with PHP 5.3.3. + FileInfo, and ask for the option to cancel the contract if not compliant.
All linux installations have it installed by default, if you use PHP on Windows (for example through WAMP) you need to manually add the dll to the config.
Thanks Harro, I got my first admin panel created with image upload that I ported from Codeigniter.
I am very happy so far with FuelPHP. I have not yet tried the HMVC stuff, it looks more complicated that the Codeigniter version, maybe because FuelPHP is new to me.