Hi everyone,
I cannot figure this out. I've done functions before that allow you to upload graphics or whatever to a specific folder.
My problem is, i'm working on a different server now and it's not working. I checked the php.ini file and
file_upload = on
upload_max_filesize = 2M
upload_tmp_dir = no value
The message I get is "Permission Denied" on this line:
if (!copy($vSubmitFile, $siteRoot.$logoFileDir.'/'.$leagueID.'/'.$fileName))
Are there any other settings in the php.ini file I am overlooking?
What else could cause this problem?
Any help is greatly appreciated. Thanks for your time.