What library (jar) is this? I assume that you mean that this library
generates the actual file content that you want to send back to the
browser? As you suggest, one way is to create a temp file which you
read and stream back to the browser. Or you could save the file in a
public area where it can be downloaded by the user.

Nils-H

On Tue, Dec 16, 2008 at 12:24 PM, elyes sallem <elyes.sal...@gmail.com> wrote:
> Hello,
> after publishing this question, i conclude that it is not possible de get
> back the absolute path from FormFile
> but the problem is that i import a jar file, in which i call a method that
> accept only path of file
> so what do you propose, i get the inputstream , then i create temporarly a
> file and i delete it at the end
> or you have an other ideai?
>
> Thanks
> Regards
> Elyes.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to