-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
WebDAV conversion API #64713
Copy link
Copy link
Open
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmapenhancementfeature: dav
Description
Activity
Metadata
Metadata
Assignees
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmapenhancementfeature: dav
Type
Projects
- StatusShow more project fieldsTo triage
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-Mimespecifying the target MIME type and then use the conversion API to convert the file on the fly during upload.See
OCP\Files\Conversionto be used as the background API.Tasks: