Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REST API: File Attachments #41

Open
danielmarschall opened this issue Jan 8, 2024 · 1 comment
Open

REST API: File Attachments #41

danielmarschall opened this issue Jan 8, 2024 · 1 comment

Comments

@danielmarschall
Copy link
Owner

  • list files of an object
  • download file of an object
  • upload a file of an object (this can be achived by sending a REST request via multpart/form-data, i.e. in curl CLI use -F instead of -d)
  • delete a file of an object

Take care about the permissions

@danielmarschall
Copy link
Owner Author

In re multipart formdata : It's possible that the files comes via the usual $_FILES

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant