We have several scripts that will send records to a requesting browser and all has been working well. However, if the end user is on XP they cannot save the file to their ntfs disk. They can, however, download the same file from other site(s) without the same error. My guess its something in the mime-type header.
Here's what our script(s) send now:
print "Content-Type: application/x-qif\n"; print "Content-Disposition: attachment; filename=\"$FILE\"\n\n";
Does anyone have experience with this issue and any ideas as to what might have to be changed to resolve this issue?
Here's what our script(s) send now:
print "Content-Type: application/x-qif\n"; print "Content-Disposition: attachment; filename=\"$FILE\"\n\n";
Does anyone have experience with this issue and any ideas as to what might have to be changed to resolve this issue?