Gossamer Forum
Quote Reply
Attachment
Yogi, I just install the attachment plugin and it's not working for me.

This is what I have in my add.html temp.:

<%if user_may_upload_attachments%> <%include include_attachment_form.html%> <%endif%>
In the Configaration I have permission set to Everyone, but the attachments form is not diplayed, unless I take the <%if%> statement out. When I upload an img. and then click on Upload Attachment, the page just refresh with no attachment shown. What am I doing wrong?
Quote Reply
Re: [goman] Attachment In reply to
You need to edit your form tag, so that it reads something like:

<form action="add.cgi" method="post" enctype="multipart/form-data">

That should answer your second question. As for the first question: there are two permission options in the configuration. One is 'attachment_upload_permission' and one is 'attachment_view_permission'. Can you make sure that you have both set to 'Everyone'.

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Quote Reply
Re: [yogi] Attachment In reply to
In Reply To:
<form action="add.cgi" method="post" enctype="multipart/form-data">
I already had this in my form, still nothing happens. I also had all the permissions set to "Everyone". Any other ideas?
Quote Reply
Re: [yogi] Attachment In reply to
Hello Yogi

I do not understand the operation of: default_attachment_type

How to use " Normal "?

Thank you