Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
Showing
with 1516 additions and 802 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment