I am unable to upload files using the file plugin.
It will always display an error "Failed to upload file."
How would I go about finding the cause of this problem?
Thanks for any help :) Marty
I am unable to upload files using the file plugin.
It will always display an error "Failed to upload file."
How would I go about finding the cause of this problem?
Thanks for any help :) Marty
Any details in /cache/log.php ?
Are the permissions set correctly? On Windows you need to explicitly set write permissions. On Unix you need to do a chmod 755.
How big is the file? There are limits on the size.
http://www.projectpier.org/node/1490