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 12057 Jul 23, 2002, 5:37 AM
Thread; hot thread Re: [yogi] Attachment Plugin
Teambldr 11849 Jul 23, 2002, 6:06 AM
Thread; hot thread Re: [Teambldr] Attachment Plugin
yogi 11908 Jul 23, 2002, 6:13 AM
Thread; hot thread Re: [yogi] Attachment Plugin
Teambldr 11880 Jul 23, 2002, 9:33 AM
Post; hot thread Re: [Teambldr] Attachment Plugin
yogi 11806 Jul 23, 2002, 9:37 AM
Thread; hot thread Re: [yogi] Attachment Plugin
pugdog 11856 Jul 24, 2002, 7:28 AM
Thread; hot thread Re: [pugdog] Attachment Plugin
yogi 11833 Jul 24, 2002, 7:35 AM
Thread; hot thread Re: [yogi] Attachment Plugin
pugdog 11905 Jul 24, 2002, 7:39 AM
Thread; hot thread Re: [pugdog] Attachment Plugin
yogi 11823 Jul 24, 2002, 7:49 AM
Thread; hot thread Re: [yogi] Attachment Plugin
Teambldr 11856 Jul 24, 2002, 8:51 AM
Thread; hot thread Re: [Teambldr] Attachment Plugin
yogi 11741 Aug 18, 2002, 6:08 AM
Thread; hot thread Re: [yogi] Attachment Plugin
Teambldr 11829 Aug 18, 2002, 6:21 AM
Thread; hot thread Re: [Teambldr] Attachment Plugin
yogi 11743 Aug 18, 2002, 6:33 AM
Thread; hot thread Re: [yogi] Attachment Plugin
Teambldr 11714 Aug 18, 2002, 6:48 AM
Thread; hot thread Re: [Teambldr] Attachment Plugin
yogi 11715 Aug 18, 2002, 7:17 AM
Thread; hot thread Re: [yogi] Attachment Plugin
Teambldr 11704 Aug 18, 2002, 7:22 AM
Thread; hot thread Re: [Teambldr] Attachment Plugin
yogi 11714 Aug 18, 2002, 7:29 AM
Thread; hot thread Re: [yogi] Attachment Plugin
Teambldr 11767 Aug 18, 2002, 7:35 AM
Thread; hot thread Re: [Teambldr] Attachment Plugin
yogi 11701 Aug 18, 2002, 7:56 AM
Post; hot thread Re: [yogi] Attachment Plugin
Teambldr 11675 Aug 18, 2002, 7:59 AM
Thread; hot thread Re: [yogi] Attachment Plugin
pugdog 11820 Jul 24, 2002, 12:30 PM
Post; hot thread Re: [pugdog] Attachment Plugin
yogi 11769 Jul 25, 2002, 12:43 AM