I am working on an new IIS server, but I don't have access to it!
In the php.ini the "file_uploads" is set to "no value". in order to upload files i would need to change this to 1 or On.
as it is an IIS server I can't use a .htaccess file to change the settings. Also when i try too change the settings within the script with ini_set('file_uploads',1) it does not work for the file upload, it still shows me Unknown error!PHP Warning: Unable to open '' for reading: Permission denied .
so besides waiting for my provider to chage the settings I have no other ideas... does anyone have other solutions????