Title: Upload Directory
Last modified: April 9, 2017

---

# Upload Directory

 *  Resolved [WebCodePoet](https://wordpress.org/support/users/senjoralfonso/)
 * (@senjoralfonso)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/upload-directory-4/)
 * It would be very nice, if you could change the upload directory. I fixed it temporary
   be editing the plugins code, but it would be nicer, if this would be a standard
   in the settings.

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [awesomesupport](https://wordpress.org/support/users/awesomesupport/)
 * (@awesomesupport)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/upload-directory-4/#post-9012641)
 * Hi:
 * Thanks for the suggestion. I am curious – where are you putting your Awesome 
   Support uploads folder?
 * Thanks.
 *  Thread Starter [WebCodePoet](https://wordpress.org/support/users/senjoralfonso/)
 * (@senjoralfonso)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/upload-directory-4/#post-9012652)
 * Thank You for Your replay!
 * Hey, I use a setup, that differs between a public and a private are, to separate
   the customer files, that are uploaded (I am offering audio services)
 * The files in the public area are accessible via the webpage (http requests).
   
   The private folder is not accessible via http.
 * /wp-content/uploads/private/[customer]/uploads/orders/[order_no]
    /wp-content/
   uploads/private/[customer]/uploads/support/[ticket_no]
 * The private folder is mountable via WebDAV, so that I can easily work on the 
   order etc.
 * I also found out, that, if a deactivate the admin-bar menu of Awesome Support
   a css style is written to the frontend. That is not perfect.
 *  Plugin Author [awesomesupport](https://wordpress.org/support/users/awesomesupport/)
 * (@awesomesupport)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/upload-directory-4/#post-9012711)
 * Hi:
 * I’ve added a feature request to our public roadmap: [https://trello.com/c/lTu0X5Kq/87-add-option-to-allow-admin-to-change-location-of-as-upload-folder](https://trello.com/c/lTu0X5Kq/87-add-option-to-allow-admin-to-change-location-of-as-upload-folder)
 * If we get enough votes on it we’ll get it done.
 * How are you deactivating our menu? We don’t have an option to do that. If you’re
   using a 3rd party tool to make it invisible then it wouldn’t know anything about
   our style sheets.
 *  Thread Starter [WebCodePoet](https://wordpress.org/support/users/senjoralfonso/)
 * (@senjoralfonso)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/upload-directory-4/#post-9012749)
 * I am using a plugin that I wrote myself, which includes my edits, that are normally
   written in the functions.php As you can see, it only removes the button, I am
   not sure how to hook in to the “echo” command to stop the css output. I don’t
   want to edit to many things in the original code, because (as you know) this 
   changes are not update safe.
 * function remove_admin_bar_links()
    { global $wp_admin_bar; $wp_admin_bar->remove_menu(‘
   wpas_tickets’); } add_action(‘wp_before_admin_bar_render’, ‘remove_admin_bar_links’);
 *  Plugin Author [awesomesupport](https://wordpress.org/support/users/awesomesupport/)
 * (@awesomesupport)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/upload-directory-4/#post-9012758)
 * Hi:
 * Ah, ok. Just removing the link does not remove the enqueued css scripts. You’ll
   have to do that separately.
 * Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Upload Directory’ is closed to new replies.

 * ![](https://ps.w.org/awesome-support/assets/icon-256x256.png?rev=1849681)
 * [Awesome Support - WordPress HelpDesk & Support Plugin](https://wordpress.org/plugins/awesome-support/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/awesome-support/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/awesome-support/)
 * [Active Topics](https://wordpress.org/support/plugin/awesome-support/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/awesome-support/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/awesome-support/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [awesomesupport](https://wordpress.org/support/users/awesomesupport/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/upload-directory-4/#post-9012758)
 * Status: resolved