After a bit of ferreting about at:
http://fedora.redhat.com/docs/selinux-f ... #id2825880
I found this.
You can specify the SELinux mode using the configuration file /etc/sysconfig/selinux.
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - No SELinux policy is loaded.
SELINUX=enforcing
# SELINUXTYPE= type of policy in use. Possible values are:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.
SELINUXTYPE=targeted
By setting the SELINUX parameter to permissive I have overcome the upload problem. Not sure whether this opens up any gaping security holes at this stage but given it is a dev box on an internal network I'm happy for the time being.