File Entity Private Upload

Component ID

1889674

Component name

File Entity Private Upload

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

1135

Component created

Component changed

Component body

This module adds a checkbox to the file entity upload form that allows you to say if the file should be private or not. There are a few things to know.

  • The checkbox will only show if you have private files enabled.
  • The upload button will be hidden. This is because for some reason fapi #states doesn't work within the iframe. So to not confuse users the upload button is hidden and you need to click next. If anyone knows where I might have gone wrong to get that to work please post an issue.

A huge thanks goes to rootatwc for helping me figure out how to accomplish this.