ObsidianJustSharePlease/server/public/share.php
2023-08-09 17:57:29 +02:00

8 lines
374 B
PHP

// TODO request content using GET
// TODO upload using POST
// TODO when uploading, generate and send back Guid and store in meta file alongside data
// TODO when uploading, also generate and return a deletion password that is also stored in meta file
// TODO delete using DELETE
// TODO only accept deletions if the password matches the deletion password from the upload