docs: add file-uploads.md — accepted types, limits, storage, ordering, security

This commit is contained in:
Pontoporeia
2026-04-30 13:22:37 +02:00
parent a83dc1c74e
commit 6a37d21f3f
2 changed files with 224 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
- [x] **form.css** — styles for `.tfe-file-queue`, `.fq-item`, `.admin-file-list-item` (sortable), drag handles, label inputs, ghost class
- [x] **PHP upload limits**`.htaccess` + `.user.ini` in `public/` with `upload_max_filesize=512M` / `post_max_size=520M`
- [x] **add.php / edit.php / partage/index.php** — use `sortable.min.js` + `file-upload-queue.js` instead of `file-preview.js`
- [x] **docs/file-uploads.md** — reference document covering accepted types, size limits, storage layout, ordering, labels, security, and source file index
## Previously completed
- [x] Multi-file upload for thesis files (basic)