tnt said:
change the file_upload to on through .htaccess as I usualy would do on apache!
As I read the specs on ini_set() , it says that file_upload is changeable only in PHP_INI_SYSTEM, which means that "Entry can be set in php.ini or httpd.conf".
I would think that allowing anyone other than the administrator to enable file uploading would be a security risk; hence they would lock it down to someone who has access to php.ini or httpd.conf.
That being said, tnt, have you actually been able to enable it through .htaccess? If so, could you PM me and show me how its done-- that would be useful to me.
As to the question at hand, I believe you must wait for the administrator to enable file uploads for you 🙁