I've been trying to create a page like this:
http://img175.imageshack.us/img175/7323/mephistohw0.png
I was able to browse through the Mephisto source and figure out the
JavaScript to add upload fields dynamically, but I cannot figure out
how to process an unlimited amount of uploads in the controller.
In the Mephisto source it seems that each upload is stored in an
array, however, I cannot recreate this in my application. Can anyone
explain to me how to pull this off the DRY way?
I've been trying to create apagelike this:http://img175.imageshack.us/img175/7323/mephistohw0.png
I was able to browse through the Mephisto source and figure out the
JavaScript to add upload fields dynamically, but I cannot figure out
how to process an unlimited amount ofuploadsin the controller.
In the Mephisto source it seems that each upload is stored in an
array, however, I cannot recreate this in my application. Can anyone
explain to me how to pull this off the DRY way?
You have to give your html tag a tag like 'apples'.
yeah, i had this exact problem. so i wrote a tutorial after going
through mephisto line for line with a ruby book. share with me the
javascript, please.