Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
Nightly Build
-
None
-
None
-
Operating System: All
Platform: All
-
34559
Description
include getFileName() method in StreamInfo interface. Can be convenient when
downloaders don't know the file type, or just so that users don't have to type
in a name
include concrete class of StreamInfo interface that takes arguments of
ContentType and [Bufferred]InputeStream. convenient when files to be downloaded
is fetched from database (ResultSet.getBinaryData() or similar methods) - no
need to write to disk and then use FileStreamInfo
Attachments
Attachments
Issue Links
- duplicates
-
STR-2478 DownloadAction needs to be able to specify the name of the file on the browser side
- Open