Re: mass import files into jahia
| Newsgroups | gmane.comp.cms.jahia.devel |
|---|---|
| Message-ID | <OF839176A3.812DB33B-ONC1256FF0.00224EF9-C1256FF0.0022D3A5@commaro.com> |
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