---
title: "Locating the upload path for images in Drupal 7"
description: "After uploading your logos, favicons, and other images for use in Drupal 7, there may be times when you need to delete or rename them. That is not as simple as it sounds as there is not a way to move..."
url: https://www.inmotionhosting.com/support/edu/drupal/find-upload-path/
date: 2012-06-21
modified: 2021-08-16
author: "Scott Mitchell"
categories: ["Drupal"]
type: post
lang: en
---

# Locating the upload path for images in Drupal 7

After [uploading your logos](/support/edu/drupal/upload-custom-logo/), [favicons](/support/edu/drupal/upload-custom-favicon/), and other images for use in Drupal 7, there may be times when you need to delete or rename them. That is not as simple as it sounds as there is not a way to move them or rename them from within the Drupal 7 admin dashboard. This article will show you where to find the path for these files if you ever need to rename or delete them. Note that in to delete the files, you will need to do so via your cPanel, SSH access, or FTP program.

**Finding your uploaded Drupal 7 images in cPanel: **

1. [Log into your Drupal 7 admin dashboard panel. ](/support/edu/drupal/how-to-log-into-the-drupal-admin-dashboard/)
2. Using the upper menu bar, find and click on the **Configuration **option. [![_main-dashboard-configuration](https://www.inmotionhosting.com/support/wp-content/uploads/2012/06/edu_Drupal_7_Configuration__main-dashboard-configuration.png)](/support/wp-content/uploads/2012/06/edu_Drupal_7_Configuration__main-dashboard-configuration.png)
3. This will bring up the main **Configuration **page. Locate the **Media **section and click on the **File System** option.[![configuration-media-file-system](https://www.inmotionhosting.com/support/wp-content/uploads/2012/06/edu_Drupal_7_Configuration_configuration-media-file-system.png)](/support/wp-content/uploads/2012/06/edu_Drupal_7_Configuration_configuration-media-file-system.png)
4. On the **File System** page, the top field is named **Public file system path**. The content of this field contains the path where the images are uploaded into your Drupal 7 structure. The default location is **sites/default/files**. To access the files in that path, however, you will need to use your hosting interface such as cPanel, SSH, or FTP. You can then rename or delete as you need to. [![configuration-media-file-system-public-path](https://www.inmotionhosting.com/support/wp-content/uploads/2012/06/edu_Drupal_7_Configuration_configuration-media-file-system-public-path.png)](/support/wp-content/uploads/2012/06/edu_Drupal_7_Configuration_configuration-media-file-system-public-path.png)

You haven ow successfully identified the image upload path in Drupal 7.
