• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Web Remoting + Problem with file download

 
Ranch Hand
Posts: 763
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am using DWR to download multiple PDF files from server.

User Selected multiple files on the web browser which he wants to download in pdf format. and clicks on the save button

but with with DWR remote call.. i am getting only one Save File dialogue box instead of multiple.

Bellow is my DWR Java script code.



and bellow is my java code



In console i am getting 2 SOP from Java Method. so logically i should be getting 2 save as dialogue boxes. instead of one.

But it's not working the way i was expecting.


Regards,
Jigar Naik
>
reply
    Bookmark Topic Watch Topic
  • New Topic