Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [pugdog] Attachment Plugin

Quote Reply
Re: [pugdog] Attachment Plugin In reply to
No, the attachments on disk don't know that they have been modified, but I know, because I keep track about modifications in the database.

There are different configuration options, they way I use it at my site is:

1) a user can upload attachments, when adding/modifying a link. They are automatically marked "is_validated = 0" and cannot be accessed by users.
2) the admin validates the link, and also the attachments, i.e. "is_validated = 1"
3) a user can delete attachments, they will be marked "delete_requested = 1", but they will still be visible, until the admin actually deletes them. (this is only for attachments that have at some point been accepted by the admin, if a user uploads and deletes an attachment before submitting the link, the attachment is deleted straight away). This is the advantage of having two tables....
4) users can only access the attachments that are validated.
5) attachments can only be accessed through the link on the "detailed page", and for this, you need an id and a string of digits and number, 32 units long. That should possibly prevent somebody form downloading all of them .

Why should the handling be different between static and dynamic pages?

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Subject Author Views Date
Thread; hot thread Attachment Plugin yogi 11974 Jul 23, 2002, 5:37 AM
Thread; hot thread Re: [yogi] Attachment Plugin
Teambldr 11768 Jul 23, 2002, 6:06 AM
Thread; hot thread Re: [Teambldr] Attachment Plugin
yogi 11827 Jul 23, 2002, 6:13 AM
Thread; hot thread Re: [yogi] Attachment Plugin
Teambldr 11799 Jul 23, 2002, 9:33 AM
Post; hot thread Re: [Teambldr] Attachment Plugin
yogi 11725 Jul 23, 2002, 9:37 AM
Thread; hot thread Re: [yogi] Attachment Plugin
pugdog 11775 Jul 24, 2002, 7:28 AM
Thread; hot thread Re: [pugdog] Attachment Plugin
yogi 11752 Jul 24, 2002, 7:35 AM
Thread; hot thread Re: [yogi] Attachment Plugin
pugdog 11824 Jul 24, 2002, 7:39 AM
Thread; hot thread Re: [pugdog] Attachment Plugin
yogi 11741 Jul 24, 2002, 7:49 AM
Thread; hot thread Re: [yogi] Attachment Plugin
Teambldr 11775 Jul 24, 2002, 8:51 AM
Thread; hot thread Re: [Teambldr] Attachment Plugin
yogi 11660 Aug 18, 2002, 6:08 AM
Thread; hot thread Re: [yogi] Attachment Plugin
Teambldr 11748 Aug 18, 2002, 6:21 AM
Thread; hot thread Re: [Teambldr] Attachment Plugin
yogi 11661 Aug 18, 2002, 6:33 AM
Thread; hot thread Re: [yogi] Attachment Plugin
Teambldr 11633 Aug 18, 2002, 6:48 AM
Thread; hot thread Re: [Teambldr] Attachment Plugin
yogi 11634 Aug 18, 2002, 7:17 AM
Thread; hot thread Re: [yogi] Attachment Plugin
Teambldr 11623 Aug 18, 2002, 7:22 AM
Thread; hot thread Re: [Teambldr] Attachment Plugin
yogi 11633 Aug 18, 2002, 7:29 AM
Thread; hot thread Re: [yogi] Attachment Plugin
Teambldr 11686 Aug 18, 2002, 7:35 AM
Thread; hot thread Re: [Teambldr] Attachment Plugin
yogi 11620 Aug 18, 2002, 7:56 AM
Post; hot thread Re: [yogi] Attachment Plugin
Teambldr 11594 Aug 18, 2002, 7:59 AM
Thread; hot thread Re: [yogi] Attachment Plugin
pugdog 11739 Jul 24, 2002, 12:30 PM
Post; hot thread Re: [pugdog] Attachment Plugin
yogi 11688 Jul 25, 2002, 12:43 AM