As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
How can a user upload a pdf file, from his/her Windows PC to a Unix WebFOCUS Reporting Server, using a maintain program?
The user needs to browse for the pdf file on his/her Windows PC local drive and then select it. After that, he/she clicks on a button that uploads it to the Unix WebFOCUS Reporting Server.
Thank you for your time!This message has been edited. Last edited by: M. Nagy,
This really is outside of Maintain's abilities. Remember, Maintain's purpose is to update databases.
You can accomplish this with a JSP procedure that can be kicked off from Maintain. Do a google search for a procedure (JSP) to do this. You should then be able to use JavaScript from inside the Maintain procedure to make it work.
Mark
Posts: 663 | Location: New York | Registered: May 08, 2003
Hi, I tried your solution but I am stuck. Here is what I did in details. 1- Created an HTML object on the form of the maintain file. The following is its content:
3- Added the jar file commons-fileupload.jar and its dependency commons-io.jar under /usr/local/tomcat/apache-tomcat-8.0.3/webapps/ibi_apps/WEB-INF/lib 4- Tried it out as follows: I ran the maintain file. Browsed a text file. Clicked upload file and then nothing happened. How can I trace if an error occurred? Also, did I add the jar files correctly? Because I think the problem is that the jars are not found by the jsp file. Any help is much appreciated.
How can a user upload a pdf file, from his/her Windows PC to a Unix WebFOCUS Reporting Server, using a maintain program?
The user needs to browse for the pdf file on his/her Windows PC local drive and then select it. After that, he/she clicks on a button that uploads it to the Unix WebFOCUS Reporting Server.
How can a user upload a pdf file, from his/her Windows PC to a Unix WebFOCUS Reporting Server, using a maintain program?
The user needs to browse for the pdf file on his/her Windows PC local drive and then select it. After that, he/she clicks on a button that uploads it to the Unix WebFOCUS Reporting Server.