Feature #124 Details
Posts handling: Multiple attachments
| Status | Acknowledged | Priority | Medium |
| Author | yves | Date | 01 Aug 2004 00:13 |
See .files/backup/multi_attach/post.inc.php: code for file selection with new posts
When editing a post, you must be able to remove every single file or add new files
When deleting a post, all attached files must be deleted, too
Problems with current file naming
create new table: AttachID, PostID, DisplayName
new naming convention of files: {attachpath/}attach_{AttachID}.{ext(DisplayName)}
Import/upgrade scripts also have to rename the files
So files are also saved when previewing the post. Since you can abort this process at any time, uploaded but no longer required files must be removed again after some time.
When editing a post, you must be able to remove every single file or add new files
When deleting a post, all attached files must be deleted, too
Problems with current file naming
create new table: AttachID, PostID, DisplayName
new naming convention of files: {attachpath/}attach_{AttachID}.{ext(DisplayName)}
Import/upgrade scripts also have to rename the files
So files are also saved when previewing the post. Since you can abort this process at any time, uploaded but no longer required files must be removed again after some time.
| Keywords | |||
| Reported version | Due version | 1.8 | |
| Progress | 5 % | Estimated cost | Unknown |
Changes history:
| Date | User | Action |
| 01 Aug 2004 00:13 | yves | Opened task |
| 06 Aug 2004 10:52 | yves | Changed status (New → Acknowledged) |
| Changed description | ||
| 09 Aug 2004 17:48 | yves | Changed due version ( → 1.6) |
| Changed percent complete (0 % → 5 %) | ||
| 10 Jun 2005 19:33 | yves | Changed due version (1.6 → 1.7) |








