Title: cannot upload files from admin
Last modified: August 18, 2016

---

# cannot upload files from admin

 *  [thomascarreno](https://wordpress.org/support/users/thomascarreno/)
 * (@thomascarreno)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/cannot-upload-files-from-admin/)
 * get the following error and i set permissions on my image directory to 777
 * double checked the path too..
 * It doesn’t look like you can use the file upload feature at this time because
   the directory you have specified (/opt2/home3/bestonlinetrades/public_html/wp-
   content/images ) doesn’t appear to be writable by WordPress. Check the permissions
   on the directory and for typos.
 * ????

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/cannot-upload-files-from-admin/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/cannot-upload-files-from-admin/page/2/?output_format=md)

 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/cannot-upload-files-from-admin/#post-142762)
 * This error usually happen when WP and you are looking at different folders.
 * Try making a different folder and chmoding that one.
 *  Thread Starter [thomascarreno](https://wordpress.org/support/users/thomascarreno/)
 * (@thomascarreno)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/cannot-upload-files-from-admin/#post-142764)
 * ok thanks fixed it..
 * all i did was add an extra backslash / after the word images in the admin setup
   section (options/miscellaneous)
 *  [paulbriandeberry](https://wordpress.org/support/users/paulbriandeberry/)
 * (@paulbriandeberry)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/cannot-upload-files-from-admin/#post-142771)
 * i’m still a little cunfused on how to fix this
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/cannot-upload-files-from-admin/#post-142775)
 * He changed
    /opt2/home3/bestonlinetrades/public_html/wp-content/images to /opt2/
   home3/bestonlinetrades/public_html/wp-content/images/ (notice the new trailing
   slash).
 *  [paulbriandeberry](https://wordpress.org/support/users/paulbriandeberry/)
 * (@paulbriandeberry)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/cannot-upload-files-from-admin/#post-142801)
 * thanks it didn’t work for me…
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/cannot-upload-files-from-admin/#post-142810)
 * Did you set the permissions for the image directory to 777?
 *  [nanuf](https://wordpress.org/support/users/nanuf/)
 * (@nanuf)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/cannot-upload-files-from-admin/#post-143238)
 * Hello,
 * I’m new with WordPress and I have the same problem as the one above. I’m setting
   the Destination Directory:
    /var/www/html/wp-images/wp-southbites/ and the URL:
   [http://www.southbites.com/wp-images/wp-southbites/](http://www.southbites.com/wp-images/wp-southbites/)
   getting the following error message: — It doesn’t look like you can use the file
   upload feature at this time because the directory you have specified (/var/www/
   html/wp-images/wp-southbites/) doesn’t appear to be writable by WordPress. Check
   the permissions on the directory and for typos. —
 * You mention something about changing the permissions for the image directory 
   to 777. What do you mean and where/how can I change it?
 * Thanks a lot for your help. It’s very much appreciated
 *  [rundy](https://wordpress.org/support/users/rundy/)
 * (@rundy)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/cannot-upload-files-from-admin/#post-143243)
 * In regards to changing the permissions . . . the most common way this is done
   is with your ftp program.
 * See:
 * [http://codex.wordpress.org/Changing_File_Permissions](http://codex.wordpress.org/Changing_File_Permissions)
 * Hope that helps
 *  [Lori](https://wordpress.org/support/users/lori/)
 * (@lori)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/cannot-upload-files-from-admin/#post-143244)
 * Nanuf do you have a control panel with your webhost? If you go into your file
   manager in your control panel there will be a link called “CHMOD” that will allow
   you to change each file’s/directory’s permissions. Just click on your “wp-southbites”
   and your “wp-images” directorys and it should have the option to CHMOD those 
   directories.
 * When the upload feature in your blog doesn’t allow you to upload it is because
   those directories are not allowing wordpress to upload files to them. You have
   to give wordpress permission by changing the permissions to a higher number such
   as 777.
 * If your control panel does not have a way for you to CHMOD or change permissions
   then ftp clients will. I use cpanel and they do allow you CHMOD. If you rather
   use ftp, then all you have to do is right click on the directory and go down 
   to “CHMOD” and change the permissions there.
 *  [alfh](https://wordpress.org/support/users/alfh/)
 * (@alfh)
 * [21 years ago](https://wordpress.org/support/topic/cannot-upload-files-from-admin/#post-143269)
 * I have a similar problem. After I did CHMOD 777 on the wp-content directory I
   can upload files OK with WP.
 * But if I try with Photopress I get the “it doesn’t look like”- error message,
   regardless of CHMOD setting on the photos folder, and whether or not I use a 
   trailing slash in wp-admin/options-general.php?page=photopress.php (photos, photos/)
 * Any ideas? Thankful for all help.
 *  [alfh](https://wordpress.org/support/users/alfh/)
 * (@alfh)
 * [20 years, 12 months ago](https://wordpress.org/support/topic/cannot-upload-files-from-admin/#post-143270)
 * I actually figured out what went wrong:
 * WordPress was in the directory:
    httpdocs/wordpress/ so I created httpdocs/wordpress/
   wp-content/photos/
 * but Photopress was looking for
    httpdocs/wp-content/photos/
 * I’d consider this a bug, as there is no way you can change settings in the admin
   panel to make it look elsewhere – you have to start messing with code…
 * Easily solved though, when I install wordpress directly under httpdocs. Hope 
   this might be helpful to someone.
 * Alf
 *  [kepa](https://wordpress.org/support/users/kepa/)
 * (@kepa)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/cannot-upload-files-from-admin/#post-143298)
 * Daer WP friends
 * I wish to ask for your help. Just installed WP 2.0 and when I try to upload an
   image it says:
 * “Unable to create directory /home3/www/interlabs/blog/wp-content/uploads/2006.
   Is /home3/www/interlabs/blog/wp-content/uploads writable?
    Back to Image Uploading”
 * I hage created this diretory “blog/wp-content/uploads/2006” in all of the prmissions
   to write are open.
    but “/home3/www/interlabs/” has been genarated by WP 2.0 ,
   I dont know why. “interlabs” is part of the url.
 * Do you know why I cant upload files ? How can I solve it?
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/cannot-upload-files-from-admin/#post-143299)
 * 1. You don’t really have to create those folders – just make wp-content writable
   and WP will create the directories.
 * 2. `/home3/www/interlabs/blog/wp-content/uploads` is NOT an URL, is the internal
   server path to your folder.
 *  [kepa](https://wordpress.org/support/users/kepa/)
 * (@kepa)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/cannot-upload-files-from-admin/#post-143300)
 * Thanks Moshu,
    I didn’t try to create directories but WP does not create them
   neither. I dont know why. In fact the ftp directory is: interlabs.tv/home/interlabs/
   www/blog/wp-content/uploads/
 * Quite simmilar to the WP is looking for or trying to generate
    /home3/www/interlabs/
   blog/wp-content/uploads But it does not I know that this directories a writeble
   www/blog/wp-content/uploads/
 * But there is no /home3/
 * Could change something in the code to make WP upload in certain directory? My
   be in a particular option or the inline-upoading.php?
 * Thanks
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/cannot-upload-files-from-admin/#post-143301)
 * 1. Don’t bother about URI and paths (better to say: google and learn about the
   differences!)
    2. wp-content has to be writable for WP to be able to create directories
   under it.

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/cannot-upload-files-from-admin/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/cannot-upload-files-from-admin/page/2/?output_format=md)

The topic ‘cannot upload files from admin’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 18 replies
 * 13 participants
 * Last reply from: [sproke](https://wordpress.org/support/users/sproke/)
 * Last activity: [19 years, 5 months ago](https://wordpress.org/support/topic/cannot-upload-files-from-admin/page/2/#post-143309)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
