Updated to the latest version of FilePond v4.28.2.
Fixed a bug where unknown filetypes may not upload.
Fixed a bug where .msg files would not appear in browser mode. When uploading .msg files, and you want to limit to acceptable file types, do not configure using the Microsoft Outlook MIME type, instead use "*.msg".
Fixed an issue where when multiple files are uploaded using the auto upload widget and one fails, the other uploads do not notify that they are available.
Now, once all of the failed uploads have been removed, a notification is sent for the uploaded files, so they may be retrieved and processed.
Image Editing
Added image editing (requires purchase of the Doka image editing library). To enable, the Doka files must be purchased and configured in a webblock. The webblock must be place on the same page as the upload control is used. See documentation for instructions. Then just set configuration option ImageEdit = True, and optionally InstantImageEdit = True.
Anonymous Uploads
Added support for anonymous uploads. For security reasons anonymous upload is not allows by default. To enable set site property AllowAnonymousUpload to True.