Select Page

Remember the quotes for file downloads!

So..if you are sending files for download to a browser, remember to surround the file name with quotes. This response works correctly to download a file in Firefox:pageResponse.setHeader(“Content-Disposition”,”attachment; filename=” +...
Beware Round Trip Timezone!

Beware Round Trip Timezone!

Learned a valuable lesson last week which can essentially be summed up as “Don’t use this setting.”The purpose of this setting is ostensibly to introspect the current user’s time zone via their web browser and it does so by adding a small...