PHPackages                             silverstripe/selectupload - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. silverstripe/selectupload

ActiveSilverstripe-vendormodule[File &amp; Storage](/categories/file-storage)

silverstripe/selectupload
=========================

Enables files to be uploaded into a user-designated folder

2.1.1(1y ago)2779.1k↑33.3%13[1 issues](https://github.com/silverstripe/silverstripe-selectupload/issues)[1 PRs](https://github.com/silverstripe/silverstripe-selectupload/pulls)1BSD-3-ClausePHPCI passing

Since Jul 17Pushed 1y ago11 watchersCompare

[ Source](https://github.com/silverstripe/silverstripe-selectupload)[ Packagist](https://packagist.org/packages/silverstripe/selectupload)[ RSS](/packages/silverstripe-selectupload/feed)WikiDiscussions 2 Synced 1mo ago

READMEChangelog (9)Dependencies (3)Versions (16)Used By (1)

Select Upload Field
===================

[](#select-upload-field)

[![CI](https://github.com/silverstripe/silverstripe-selectupload/actions/workflows/ci.yml/badge.svg)](https://github.com/silverstripe/silverstripe-selectupload/actions/workflows/ci.yml)

Introduction
------------

[](#introduction)

This module introduces an extended version of the `UploadField`, called `SelectUploadField`. This allows users to select the folder that they wish to upload newly added files to, rather than forcing users to upload to a pre-configured folder.

The folder selection will be remembered for that user, so that if they are uploading files across multiple pages or data-objects they will only need to change this value if they wish to change the destination folder.

Installation
------------

[](#installation)

If you have [composer](https://getcomposer.org/) you can install using `composer require silverstripe/selectupload:*`

Otherwise, download the project as a zip archive and extract into the `selectupload` folder.

Usage
-----

[](#usage)

In your project you can use the `SelectUploadField` field as a substitute for `UploadField`.

```
$field = SelectUploadField::create('MyImage', 'My Image')
	->setFoldername('Parent/Subfolder') // set a good default folder
	->setCanSelectFolder('ADMIN') // So that only important people can select any folder
```

If you wish to replace ALL instances with this field type, you can simply use dependency injection to specify a custom class

In your mysite/\_config/config.yml

```
---
Name: mysettings
---
SilverStripe\Core\Injector\Injector:
  SilverStripe\AssetAdmin\Forms\UploadField:
    class: SilverStripe\SelectUpload\SelectUploadField
```

This field appears as below:

[![Sample SelectUploadField](docs/en/_images/SelectUpload.png)](docs/en/_images/SelectUpload.png)

###  Health Score

45

—

FairBetter than 93% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity40

Moderate usage in the ecosystem

Community31

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~257 days

Recently: every ~246 days

Total

15

Last Release

718d ago

Major Versions

1.0.6 → 2.0.0-beta12019-01-16

1.0.x-dev → 2.0.02021-09-14

### Community

Maintainers

![](https://www.gravatar.com/avatar/b0cba8b534e20e6ab4fff555a97b237a18436ebca1446fc0b29c8a8b504038b9?d=identicon)[GuySartorelli](/maintainers/GuySartorelli)

![](https://avatars.githubusercontent.com/u/111025?v=4)[Ingo Schommer](/maintainers/chillu)[@chillu](https://github.com/chillu)

![](https://www.gravatar.com/avatar/a25bc04c5720a36869d5a39c6449dde7eb43e19b7c8e666d5f632d6a9ab440b1?d=identicon)[emteknetnz](/maintainers/emteknetnz)

![](https://www.gravatar.com/avatar/afbb3dcc9ef29c1a6eedd6addcae5fce9ab1271915a85a4c349301b71237368d?d=identicon)[silverstripe-machine01](/maintainers/silverstripe-machine01)

![](https://www.gravatar.com/avatar/be6648e60fbab6f70bfc34dd8c14259562d28a47510a934ea9c01fe98633f3c2?d=identicon)[sminnee](/maintainers/sminnee)

![](https://avatars.githubusercontent.com/u/1168676?v=4)[Maxime Rainville](/maintainers/maxime-rainville)[@maxime-rainville](https://github.com/maxime-rainville)

---

Top Contributors

[![scott-nz](https://avatars.githubusercontent.com/u/38484948?v=4)](https://github.com/scott-nz "scott-nz (33 commits)")[![emteknetnz](https://avatars.githubusercontent.com/u/4809037?v=4)](https://github.com/emteknetnz "emteknetnz (9 commits)")[![robbieaverill](https://avatars.githubusercontent.com/u/5170590?v=4)](https://github.com/robbieaverill "robbieaverill (8 commits)")[![xini](https://avatars.githubusercontent.com/u/1152403?v=4)](https://github.com/xini "xini (4 commits)")[![mateusz](https://avatars.githubusercontent.com/u/118653?v=4)](https://github.com/mateusz "mateusz (4 commits)")[![wilr](https://avatars.githubusercontent.com/u/101629?v=4)](https://github.com/wilr "wilr (4 commits)")[![GuySartorelli](https://avatars.githubusercontent.com/u/36352093?v=4)](https://github.com/GuySartorelli "GuySartorelli (3 commits)")[![michalkleiner](https://avatars.githubusercontent.com/u/233342?v=4)](https://github.com/michalkleiner "michalkleiner (2 commits)")[![dhensby](https://avatars.githubusercontent.com/u/563596?v=4)](https://github.com/dhensby "dhensby (2 commits)")[![lerni](https://avatars.githubusercontent.com/u/472115?v=4)](https://github.com/lerni "lerni (2 commits)")[![assertchris](https://avatars.githubusercontent.com/u/200609?v=4)](https://github.com/assertchris "assertchris (1 commits)")[![chillu](https://avatars.githubusercontent.com/u/111025?v=4)](https://github.com/chillu "chillu (1 commits)")[![StephenMakrogianni](https://avatars.githubusercontent.com/u/42820868?v=4)](https://github.com/StephenMakrogianni "StephenMakrogianni (1 commits)")[![fspringveldt](https://avatars.githubusercontent.com/u/10938392?v=4)](https://github.com/fspringveldt "fspringveldt (1 commits)")[![NightJar](https://avatars.githubusercontent.com/u/778003?v=4)](https://github.com/NightJar "NightJar (1 commits)")

---

Tags

silverstripefileuploadcwp

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/silverstripe-selectupload/health.svg)

```
[![Health](https://phpackages.com/badges/silverstripe-selectupload/health.svg)](https://phpackages.com/packages/silverstripe-selectupload)
```

###  Alternatives

[unclecheese/dropzone

An HTML5 upload field for the CMS and frontend forms.

46130.7k6](/packages/unclecheese-dropzone)[unclecheese/silverstripe-kickassets

Provides an alternative file management interface for SilverStripe CMS with drag-and-drop, multi-selection, and several other desktop-like UI conventions.

4728.3k1](/packages/unclecheese-silverstripe-kickassets)[axllent/silverstripe-scaled-uploads

Automatically scale down and rotate uploaded images for Silverstripe

2580.3k8](/packages/axllent-silverstripe-scaled-uploads)[unclecheese/kickassets

Provides an alternative file management interface for SilverStripe CMS with drag-and-drop, multi-selection, and several other desktop-like UI conventions.

464.0k](/packages/unclecheese-kickassets)[axllent/silverstripe-image-optimiser

Automatically optimise all uploaded &amp; resampled images in Silverstripe

1118.4k2](/packages/axllent-silverstripe-image-optimiser)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
