Skip to content
Unverified Commit 59c5be1c authored by Vincent Petry's avatar Vincent Petry Committed by Roeland Jago Douma
Browse files

Use Webdav PUT for uploads in the web browser



- uses PUT method with jquery.fileupload for regular and public file
  lists
- for IE and browsers that don't support it, use POST with iframe
  transport
- implemented Sabre plugin to handle iframe transport and redirect the
  embedded PUT request to the proper handler
- added RFC5995 POST to file collection with "add-member" property to
  make it possible to auto-rename conflicting file names
- remove obsolete ajax/upload.php and obsolete ajax routes

Signed-off-by: default avatarRoeland Jago Douma <roeland@famdouma.nl>
parent 4d01f239
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment