Gmail uses flash for uploads and degrades to dynamically adding individual (per-file) forms if flash is unavailable.
In the former case, I suggest using YUI's uploader, and probably scripting the interaction entire in javascript. I have code available for a lisp+flash file upload if you'd like. Note that hunchentoot 1.0 may need to be patched to make sense of the broken way in which Flash-UA does multipart-mime. In the latter case I would recommend using a widget that dynamically adds sub-composites. I believe the weblocks form allows for file uploads, each sub-composite could contain (or be) an instance of weblocks form. This imho will work out easier than trying to dynamically add multiple form-fields. Or you can go web 1.0 and always display a form with 10 blank file fields and let the user ignore the ones they don't need. It all depends on what exactly you're trying to achieve. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "weblocks" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/weblocks?hl=en -~----------~----~----~----~------~----~------~--~---
