Re: mass import files into jahia
Stéphane Croisier <[email protected]>
| Newsgroups | gmane.comp.cms.jahia.devel |
|---|---|
| Message-ID | <[email protected]> |
...or ou can simply extend the MySettings JSP in order to be able to upload a CVS file, parse it and then automatically create all the users (at the place of only one like the template is doing right now). Creating a user is just a call to the back-end API... Cheers, Stéphane At 08:20 27/04/2005, you wrote: >Hi ! >maybe a littlte bit more sophisticated solution like the one I described in >the posting, mass "import of users" can do. HttpClient - or other tools - >allow also to post multi-part form data. In general I believe, everything >that you do manually with a web-app - filling some fields, clicking submit >buttons etc.- a Java class that prepares form data and uses HTTPClient to >send it, can do too. > >kind regards willi