Question : I can handle file uploads -- storing them as BLOBs in MySql -- and even stream the data back on request.
BUT, I would prefer that the data be streamed back with the FileDowload popup window that gives the user the option to save to disk, etc....When I stream a Word document, for instance, the way I'm sending the content-type headers is automatically opening word and displaying the doc.........I'm assuming this is a simple fix and that I'm doing the headers wrong or something.... anyone with any insight>?
BUT, I would prefer that the data be streamed back with the FileDowload popup window that gives the user the option to save to disk, etc....When I stream a Word document, for instance, the way I'm sending the content-type headers is automatically opening word and displaying the doc.........I'm assuming this is a simple fix and that I'm doing the headers wrong or something.... anyone with any insight>?