I'd like some help with the php files for the upload functionality.
I keep getting the "Destination folder does not exist or no permissions to see it." error when trying to upload.
I think somethings wrong here.
// Folder to upload files to. Must end with slash /
define('DESTINATION_FOLDER','/www/example/upload/dumps/');
I've tried www.example.com/upload/dumps/ as well and that doesn't work.
www.Example.com is obviously a placeholder for my real website.