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?)
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.
Comments
Similar requests
Add support for WebDAV SEARCH on nc:metadata-photos-original_date_time, fileId and internal id field
0 votes · 0 comments
Better WebDAV-file-server module as the current one is dirt-slow
17 votes · 0 comments
Support for cross-domain WebDAV access (CORS)
58 votes · 0 comments
Serialise concurrent WebDAV MOVE and COPY against the same source
0 votes · 0 comments
Strip Windows domain prefix from WebDAV Basic Auth credentials for SharePoint-compatible scanners
1 vote · 0 comments
No comments yet.