Hello, ownCloud's WebDAV chunking does not work the same as regular HTTP chunking. Also WebDAV in general cannot support PUT with range requests.
ownCloud has its own custom protocol for chunking. You could have a look how it's implemented in pyocclient: https://github.com/owncloud/pyocclient/blob/master/owncloud/owncloud.py#L414 Or have a look at this documentation: https://github.com/owncloud/core/wiki/spec:-big-file-chunking (only the first part ! Step two is only a spec and not implemented yet) Cheers, Vincent On 18.05.2015 11:14, Hans-Helge Bürger wrote: > Hi, > > I try to implement a WebDAV client for owncloud in PHP but I have a problem > with chunking files. I tried to find help at GitHub but they referred me to > this mailing list. > > I would appreciate your help to find a solution :) > > GitHub Issue: https://github.com/owncloud/core/issues/16278 > > Sincerely, > > Hans-Helge Bürger > Entwickler > Telefon: +49 1577 158 3142 > E-Mail: h.buer...@inpsyde.com > > Inpsyde GmbH > Mutzer Heide 3 > 51467 Bergisch Gladbach > > Amtsgericht Köln HRB 65224 > Steueridentnr.: DE263849534 > Geschäftsführer: Heinz Rohé > > http://inpsyde.com > http://wpde.org > http://edupress.de > http://marketpress.com > > > > > _______________________________________________ > Devel mailing list > Devel@owncloud.org > http://mailman.owncloud.org/mailman/listinfo/devel
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Devel mailing list Devel@owncloud.org http://mailman.owncloud.org/mailman/listinfo/devel