I have a webapp I'm building and it has a save button which creates a text based file and forces a download (using the Response.Addheader method) I would like to be able to specify a default directory for that file when the save dialog comes up, anyone know if its possible or have done it?