How do I upload multiple pictures with attachment_fu

how would I upload multiple pictures on one form with attachment_fu. I followed the tutorial on http://clarkware.com/cgi/blosxom/2007/02/24 and I am able to upload one picture fine. I am just needing to upload a bunch of them at the same time. Any suggestions?

Thanks

I had the same question earlier this morning.

Check out:

This should help :slight_smile: it helped me.

Luke

jvazquez wrote:

Can you tell me a way which degrades gracefully, and works in js disabled browsers too?

Luke Grimstrup wrote:

Since you can’t dynamically add new elements without javascript, you’ll have to resort to either building a few file upload fields in your view from the start or just make them upload them one by one.