Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Overriding the default download location of web browsers

    I have a requirement to write serialized objects to a specific location. I am doing writeObject(response.getOutputStream(), object);

    Where "object" is the intended class to be serialized

    but the file is getting saved in the default Download folder as per the browser setting. I want to save it in a different location irrespective of browser settings.
    Last edited by kausikbhandari; 15 Jan 2016, 01:35.

    #2
    Hi kausikbhandari,

    I'm pretty sure this is not possible (independent of SmartGWT) for security reasons. Imagine invisible-iframe saves in autostart directories.

    Best regards
    Blama

    Comment

    Working...
    X