Title: The plugin doesn&#039;t do cleaning temporary folder
Last modified: August 21, 2016

---

# The plugin doesn't do cleaning temporary folder

 *  [paperworks](https://wordpress.org/support/users/paperworks/)
 * (@paperworks)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/the-plugin-doesnt-do-cleaning-temporary-folder/)
 * Hi, I’m using Really Simple CAPTCHA 1.7 with Contact Form 7 3.5.2.
    I found the
   captcha files are just storing and doesn’t cleaning for a while. There are already
   200+ files in the folder. Set up WordPress on Windows Server 2012, with IIS 8.
 * [http://wordpress.org/plugins/really-simple-captcha/](http://wordpress.org/plugins/really-simple-captcha/)

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

 *  [rock.lee](https://wordpress.org/support/users/rocklee-1/)
 * (@rocklee-1)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/the-plugin-doesnt-do-cleaning-temporary-folder/#post-4176457)
 * same problem, and it will cause loading very slow, i just delete 10000+files.
   it is possible for the plugin delete it automatically?
 *  [renp](https://wordpress.org/support/users/rene-puchinger/)
 * (@rene-puchinger)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/the-plugin-doesnt-do-cleaning-temporary-folder/#post-4176462)
 * I had the same problem. Got rid of it by modifying these lines in really-simple-
   captcha.php (permissions of the temporary files then become read AND write so
   they can be deleted by the plugin each one hour):
 *  /* Mode of temporary image files */
    $this->file_mode = 0444;
 *  /* Mode of temporary answer text files */
    $this->answer_file_mode = 0440;
 * to
 *  /* Mode of temporary image files */
    $this->file_mode = 0666;
 *  /* Mode of temporary answer text files */
    $this->answer_file_mode = 0666;
 *  [hamdirizal](https://wordpress.org/support/users/hamdirizal/)
 * (@hamdirizal)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/the-plugin-doesnt-do-cleaning-temporary-folder/#post-4176482)
 * I found it works on my online server, but not working on XAMPP.
 *  [kg69design](https://wordpress.org/support/users/kg69design/)
 * (@kg69design)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/the-plugin-doesnt-do-cleaning-temporary-folder/#post-4176493)
 * Have the same problem on localhost on WAMP 2.2
    **Rene Puchinger** solution solve
   the problem (change 0444 and 0440 to 0666)

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

The topic ‘The plugin doesn't do cleaning temporary folder’ is closed to new replies.

 * ![](https://ps.w.org/really-simple-captcha/assets/icon-256x256.png?rev=1047241)
 * [Really Simple CAPTCHA](https://wordpress.org/plugins/really-simple-captcha/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/really-simple-captcha/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/really-simple-captcha/)
 * [Active Topics](https://wordpress.org/support/plugin/really-simple-captcha/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/really-simple-captcha/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/really-simple-captcha/reviews/)

 * 4 replies
 * 5 participants
 * Last reply from: [kg69design](https://wordpress.org/support/users/kg69design/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/the-plugin-doesnt-do-cleaning-temporary-folder/#post-4176493)
 * Status: not resolved