Question
Download a zip file from Windchill server
- November 6, 2012
- 3 replies
- 2504 views
Does anyone know the specifics how to download a zip file from the
Windchill server?
Here's the use case.
User enters numbers into text field in JSP and hit submit. See Image 1
Code in JSP searches for documents and returns a java.util.List of
WTDocuments
The List is passed to a method that streams each WTDocuments primary
content to a zip file. See Image 3
The results of the search are displayed in the JSP with links to each
WTDoc's Primary Content. See Image 2
Steps 1 - 4 I have working well.
The final step I need is to download the zip file to the client.
The resulting zip file located in
%WT_HOME%\temp\PrimaryContentDownloads\PrimaryContent-%USERNAME%.zip
Upon submit I'd like a download window to open such as the one below.
or
Add a link in the results page to the zip file. see image 2 Any thoughts
on this?
Image 1
Results
Image 2
Image 3
David Graham
Windchill Administrator
Pro|ENGINEER Administrator
CAx Administrator
Emhart Glass Manufacturing Inc.
Emhart Glass Research Center
123 Great Pond Drive | Windsor, CT 06095 | USA
Telephone +1 (203) 376-3144 | Telefax +1 (860) 298 7397
Mobile +1 (203) 376-3144 |
Windchill server?
Here's the use case.
User enters numbers into text field in JSP and hit submit. See Image 1
Code in JSP searches for documents and returns a java.util.List of
WTDocuments
The List is passed to a method that streams each WTDocuments primary
content to a zip file. See Image 3
The results of the search are displayed in the JSP with links to each
WTDoc's Primary Content. See Image 2
Steps 1 - 4 I have working well.
The final step I need is to download the zip file to the client.
The resulting zip file located in
%WT_HOME%\temp\PrimaryContentDownloads\PrimaryContent-%USERNAME%.zip
Upon submit I'd like a download window to open such as the one below.
or
Add a link in the results page to the zip file. see image 2 Any thoughts
on this?
Image 1
Results
Image 2
Image 3
David Graham
Windchill Administrator
Pro|ENGINEER Administrator
CAx Administrator
Emhart Glass Manufacturing Inc.
Emhart Glass Research Center
123 Great Pond Drive | Windsor, CT 06095 | USA
Telephone +1 (203) 376-3144 | Telefax +1 (860) 298 7397
Mobile +1 (203) 376-3144 |

