Mac/stream problem
I've had contact to 3 different macusers and the results are all different
(on different browsers and OS9/ OSX), ranging from not getting any data to
getting the 25Mb zip file and not being able to open it, and then also one
success....
I have no idea on what to do here... and im somewhat dependent on being able
to serve mac users as a lot of publishing/imageing is done on mac' :-|
On your hint I found this:
res.setContentType("application/x-download");
res.setHeader("Content-Disposition", "attachment; filename=" + filename);
I will give it a try...
jan
|