Phoenix.LiveView.disallow_upload

You're seeing just the function disallow_upload, go back to Phoenix.LiveView module for more information.
Link to this function

disallow_upload(socket, name)

View Source

Revokes a previously allowed upload from allow_upload/3.

Examples

disallow_upload(socket, :avatar)