FeatureFuel
0

WebDAV conversion API

Source: nextcloud/server#64713 · opened by @susnux
We need a way to convert files during file uploads. Background is iOS which only allows uploading in the background but no conversion (HEIC ➡️ jpg).

The idea is to have e.g. a special header like X-NC-Target-Mime specifying the target MIME type and then use the conversion API to convert the file on the fly during upload.
See OCP\Files\Conversion to be used as the background API.

Tasks:
• Add WebDAV middleware for the new header
• Expose available MIME types in capabilities
• Add conversion provider from HEIC ➡️ jpg (use our preview API in the background?)

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests