Forum OpenACS Q&A: Response to Batch upload files/images?

Collapse
Posted by Andrew Grumet on
There are a couple of ways. The low-tech approach is to put multiple upload widgets on your input form. The snazzier alternatives involve client-side code, usually IE-only technology though java should be possible. The examples I've come across are from photo sites -- Ofoto and Yahoo! Photos. There are a couple of flavors: 1) drag 'n drop, 2) browse filesystem selecting files, then send everything at once with a big Submit. I don't know offhand if any free implementations of this sort of thing exist.