Title: Need a plugin lets USERS upload small attachments
Last modified: May 28, 2017

---

# Need a plugin lets USERS upload small attachments

 *  [Mugsy](https://wordpress.org/support/users/mugsy/)
 * (@mugsy)
 * [9 years ago](https://wordpress.org/support/topic/need-a-plugin-lets-users-upload-small-attachments/)
 * _[ Moderator note: [moved to Fixing WordPress](https://wordpress.org/support/topic/before-posting-in-everything-wordpress/?view=all).]_
 * Does anyone know of a plugin for WP that lets users/members upload small files
   to the site for sharing? (private server, so space is my only limitation.)
 * I searched plugins but there are just too many to sort through and most only 
   allow the _Admin_ to attach a download. 🙁
 * Thx.
 * _[ [No bumping please](http://codex.wordpress.org/Forum_Welcome#No_Bumping). ]_

Viewing 1 replies (of 1 total)

 *  [Omar Kasem](https://wordpress.org/support/users/omarkasem/)
 * (@omarkasem)
 * [9 years ago](https://wordpress.org/support/topic/need-a-plugin-lets-users-upload-small-attachments/#post-9174962)
 * You can do that with many ways which all can manipulate the maximum upload size.
 * in the functions.php file you can paste that there
    @ini_set( ‘upload_max_size’,‘
   5M’ );
 * Or edit from php.ini file in the server search for that
    upload_max_filesize 
   = 5M
 * Or from htaccess file
    php_value upload_max_filesize 64M

Viewing 1 replies (of 1 total)

The topic ‘Need a plugin lets USERS upload small attachments’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [Omar Kasem](https://wordpress.org/support/users/omarkasem/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/need-a-plugin-lets-users-upload-small-attachments/#post-9174962)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
