Unable to upload the file specified in Logo - temporary upload folder doesn't exist.
I have created a folder in our site named tmp,the folder is writable for me, for this purpose and here is the PHP code:
Code: Select all
// Define locations for uploaded dealer logos
// Directories needs to be writable by the webserver.
// This directory is used for storing temp files during the file-uploading process.
define ("phpDealer_tmp_dir", $_SERVER['DOCUMENT_ROOT'] . 'http://xxxxxx.com/xxxxx/phpDealerLocator/tmp/');Thanks
~pickle | Please use [ syntax ="..." ] or [ code ] tags when posting code. Your post has been updated.