Hello everyone !
I’m trying to use Amazon S3 to store the files.
Everything seems to be working, the file is well downloaded in the right directory on amazon (No conservation of the file locally).
The concerned application (form_files) does show the line with the link to download the file. But clicking on the link returns a simple error message: “:undefined”
inspecting the link in the source file:
<a href="javascript:nm_mostra_doc('0','**undefined**', 'form_files')" src="/...../img/scriptcase__NM__ajax_load.gif">Myfile.pdf</a>
It therefore seems that the link generated by the application is not exploitable.
So how do I access AMAZON files via Scriptcase if the links don’t work?
Thanks for your help.