Problem:
The 'upload' folder in helpdesk directory is not set to full read / write permission. This result in prohibition of helpdesk system to write an attachment into the folder.
Solution:
What you need to do is CHMOD 777 the 'upload' folder (set file attribute to 777). It should be fine then.
|