mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Run an AJAX handler on uploading and processing a file as opposed to using a post() data check in the widget initialization, as the widget may initialize several times in certain circumstances - eg. inside a relation widget. Credit to @alxy. Refs: https://github.com/octobercms/october/issues/4300