Robin Reece, hi
this is a problem usually from your ISP. You may just have to contact the hosting company for help.
It’s certainly possible that a Host could set their servers up in such a way that the File Browser feature wouldn’t be allowed to work. That’s certainly rare, but not impossible. There is a setting in your config.php you can turn on if your Host has “open_basedir” restrictions enabled. (maybe this will help you)
did you use powweb.com as your ISP? If you do, this is the problem read :.....http://expressionengine.com/forums/viewthread/28343/
As Rick Ellis said in http://expressionengine.com/forums/viewthread/20110/--->
There are a number of reasons uploading might fail. It could be that your server has something called an “open_basedir” restriction. It might be that your host as disabled file uploading via PHP, etc. In many cases, it is not possible for the upload script to determine why it’s not allowed to upload, only that it failed, which is why the message is generic.
Having said that, in most cases, it’s one of two things:
1. Improper file permissions: Make sure the folder into which you are uploading has the proper permissions: 777
2. Invalid path. The path specified to the upload folder is incorrect. Not likely if it’s a brand new installation.
-------------------------------------------------------------------------
Turn on and use “debugging” to see if you get any other errors/messages…
-------------------------------------------------------------------------
I hope i helped you
ps. I am still using Pmachine in many Portals and i have no problems!