> I am developing a servlet that will upload the file on a server and
> respond the client with the success/failure message .The HTMl page that
[quoted text clipped - 5 lines]
>
> Thanks
I do not think there is an easy way of doing this,
with AJAX you can send a xml request and read the response,
but you can't send a file with ajax.
So better is to just submit the pagina and return with a html page
that has a javascript in it that pop-ups a message.
Madni - 15 Nov 2005 07:53 GMT
Dear Tjerk ,
Thanks a lot for your suggestion ...I used it and it works very well .
Best Regards,
Madni