Behavior
- Pass the file’s name in the
fileheader. The filename is 32 hex characters plus an extension (for example,a1b2c3d4e5f6789012345678abcdef01.png). - Get the filename from the
files[].fileNamefield onGET /posts/{code}orGET /uploads. - On a single-file post, deleting the file deletes the entire post.
- On an album, deleting a file removes just that file. Deleting the last remaining file deletes the album post.
- You can only delete your own uploads.

