Ok, now I am going to sound stupid but here goes:
Do you have a suggestion on the error level setting I should use? Unless I'm wrong, this is what I found for my choices...
E_ALL - All errors and warnings
E_ERROR - fatal run-time errors
E_WARNING - run-time warnings (non-fatal errors)
E_PARSE - compile-time parse errors
E_NOTICE - run-time notices
E_CORE_ERROR - fatal errors that occur during PHP's initial startup
E_CORE_WARNING - warnings (non-fatal errors) that occur during PHP's initial startup
E_COMPILE_ERROR - fatal compile-time errors
E_COMPILE_WARNING - compile-time warnings (non-fatal errors)
E_USER_ERROR - user-generated error message
E_USER_WARNING - user-generated warning message
E_USER_NOTICE - user-generated notice message
With the folder permissions, are you talking about windows folder permissions or IIS permissions? I looked around and tried changing some settings but was still unable to achieve the upload
Thanks so much for your help!