FEATURE: Returning falsy value from upload handler stops upload. (#6969)

This commit is contained in:
Dan Ungureanu
2019-02-05 11:54:11 +02:00
committed by Régis Hanol
parent a342d2f150
commit 2c222e16fe
2 changed files with 5 additions and 3 deletions

View File

@ -786,7 +786,8 @@ class PluginApi {
/**
*
* Registers a function to handle uploads for specified file types
* The normal uploading functionality will be bypassed
* The normal uploading functionality will be bypassed if function returns
* a falsy value.
* This only for uploads of individual files
*
* Example: