Hello,
how to display (show) a downloaded file (URL to file is stored in l_url) in Formspider app?
Not through: api_component.setURL('jasper-reports-panel.reportRenderer', l_url);
api_component.setURL('jasper-reports-panel.reportRenderer', l_url);
Thanks, Tomas
asked 08 Feb '15, 14:46
Tomeo 162●22●73 accept rate: 3%
Hi Tomas,
To show the file, the URL should be accessible via web or the file should be stored/saved in the Formspider middletier. Does your file meet any of these requirements?
Regards,Ibrahim
Hi Ibrahim,
yes, files are accessible through web, resp. could be stored in oracle database as BLOB.
Tomas
answered 11 Feb '15, 06:58
Once you sign in you will be able to subscribe for any updates here
Answers
Answers and Comments
Markdown Basics
learn more about Markdown
Tags:
display ×1
Asked: 08 Feb '15, 14:46
Seen: 1,422 times
Last updated: 11 Feb '15, 06:58
First time here? Check out the FAQ!
Hi Tomas,
To show the file, the URL should be accessible via web or the file should be stored/saved in the Formspider middletier. Does your file meet any of these requirements?
Regards,
Ibrahim