Title: uploads permissions in Windows environment
Last modified: August 21, 2016

---

# uploads permissions in Windows environment

 *  [jfalberg](https://wordpress.org/support/users/jfalberg/)
 * (@jfalberg)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/uploads-permissions/)
 * To make a long story short, I managed to do the following in order to get uploads,
   add images to nivo slider, and the Really Simple Captcha plug in to work in a
   Windows IIS environment:
 * 1. Added following line to wp-config.php:
    define(‘UPLOADS’, ‘wp-content/uploads’);
 * 2. Gave Full Control permissions to IIS_IUSRS to the wp-content/uploads folder
   and any subfolders.
 * While this works and all, my concern is that a hacker can perform malicious stuff
   in this uploads section so I was wondering if any upload performances can be 
   done by perhaps the ftp user instead at least?

Viewing 1 replies (of 1 total)

 *  [catacaustic](https://wordpress.org/support/users/catacaustic/)
 * (@catacaustic)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/uploads-permissions/#post-5065431)
 * No. The internet doesn’t work that way. If you’re uploading a file ot a server
   through a website you’re using a HTTP protocol, and the web server is what’s 
   dealing with it. Using FTP is a completely separate process that most web browsers
   don’t have integrated into them.
 * The best thing that you can do is base the permissions on what happens in *nix
   systems. Allow uses to read and write files, but not execute anything in that
   directory.

Viewing 1 replies (of 1 total)

The topic ‘uploads permissions in Windows environment’ is closed to new replies.

## Tags

 * [iis](https://wordpress.org/support/topic-tag/iis/)
 * [permissions](https://wordpress.org/support/topic-tag/permissions/)
 * [windows](https://wordpress.org/support/topic-tag/windows/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [catacaustic](https://wordpress.org/support/users/catacaustic/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/uploads-permissions/#post-5065431)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
