to avoid any confusion, all i want to do is that : 1- i have data in a file, so through the formfile, i get the file path (now i make the test locally, but after it will be deployed on a server) and i load this data in a database, depending on the file's meta data, and its content 2- i allow the user to make some select , with some condition after setting his condition, through the interface (in the final it is a select with conditions ...) i allow the user to exports this data in an excel file that's all the trt of parsing the file metadata, and content , is done the trt of export data in an excel file based on a select is done now i have to make some choices of loading the file , and saving the excel file i wish that it was clear furthermore, yes Dave , this is my proposition have you a better idea? as for the proposition to use servlet link, it was not clear
Regards Elyes 2008/12/16 Dave Newton <newton.d...@yahoo.com> > --- On Tue, 12/16/08, elyes sallem wrote: > > this library, take as input a file and depending on this > > file's metadata generates tables in a database and make trt > > after this (so as a constraint, i can't modify the class in > > this jar) > > So... you're *uploading* a file to the server (from the user of the browser > to the web application)??? Then you need to save the FormFile locally and > use *that* path when you call your library methods. > > Dave > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > -- Elyes.