Is your proposal related to a problem? Currently, when adding an image in Wagtail, the only option is to upload a file from the local disk. This can be limiting when an editor has an image available ...
Since v0.6.23 Open WebUI introduced Asynchronous File Upload with Polling (see release notes) which changed file handling semantics: after POST /api/v1/files/ backend returns a record while extraction ...