Skip to content

Instantly share code, notes, and snippets.

@Natetronn
Created February 19, 2013 01:58
Show Gist options
  • Save Natetronn/4982464 to your computer and use it in GitHub Desktop.
Save Natetronn/4982464 to your computer and use it in GitHub Desktop.
Windows upload issue
$slash_type = (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') ? '\\' : '/';
$env_config['upload_preferences'] = array(
1 => array(
'name' => 'Thumbnails',
'server_path' => $images_path . $slash_type. 'uploads' . $slash_type . 'thumbnails/',
'url' => $images_url . '/uploads/thumbnails/'
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment