Replace existing files

Open Sven Dickert requested to merge hunderteins/Jirafeau:replace into next-release

Aim is to upload a never version of a file without changing the download-link. You may choose pretty id for your file upload as nice side effect. Gives you donwload links like /f.php?h=PROJECTX

  • changed the formular upload (async and synchron) to accept the parameters link_name and link_code
  • link_name is the value of h you normaly get in your download link
  • link_code is the value of d you normaly get in your delete link
  • changed the bash-script upload to accept the parameters ID and DELCODE
  • ID is the value of h you normaly get in your download link
  • DELCODE is the value of d you normaly get in your delete link

Merge request reports