Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WebDAV Specification thumbnail/preview file image

Now I'm using WebDAV protocol for sharing files for writing my own webdav client.

I want to implement fetching thumbnails previews from specified file located web server (nginx/Apache/other). WebServer must generate thumbnail/preview image and return that with PROPFIND request or another way.

Is there any property from propfind or response header described in RFC and supported from webservers with nginx/Apache?

like image 739
xercool Avatar asked Oct 09 '14 17:10

xercool


Video Answer


1 Answers

My answer is brief. There is no standard for this.

like image 134
Evert Avatar answered Sep 20 '22 12:09

Evert