...
> I am using jasper reports for reporting and i am sending the file as
> attachment to the client, ...
>
>I just need to save in a particular folder in client location, how can
>it be possible.
Is that a question? Note the addition of '?' marks
my words as a question.
It is not practical if you are sending the file as an
attachment, the user gets to choose where, and
even if, they will download it.
For more control on the client side, you might allow
access to the documents via a trusted applet or web
start application, and use that to save the PDF to a
specific location.
Why do you feel the need to force the user to save a
PDF in a particular place?

Signature
Andrew Thompson
http://www.athompson.info/andrew/
Lew - 20 May 2007 15:06 GMT
> ..
>> I am using jasper reports for reporting and i am sending the file as
[quoted text clipped - 17 lines]
> Why do you feel the need to force the user to save a
> PDF in a particular place?
For that matter, what assurance do you have that the target directory even
exists on a user system? Or can exist?

Signature
Lew
Meendar - 21 May 2007 04:22 GMT
> > ..
> >> I am using jasper reports for reporting and i am sending the file as
[quoted text clipped - 25 lines]
>
> - Show quoted text -
Since file is the report , it is the customer's requirements to make
it a specific folder and save all the reports to the folder.
However, thanks to all for the useful suggestions!