Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Louis Springer
23
Views
2
Comments
How can i get an URL to direct donwload files stored in an entity?
Discussion
How-to
Hi,
How can i get an URL to direct donwload files stored in an entity?
I get a sequence in forum but not working:
https://<server name>/<espace name>/<web screen>.aspx/<Entity>/<Filename>/<ImageId>/<image name>
".
Thank you!
João Rosado
Staff
Hi Louis,
Wrting the url manually is no longer allowed due to security reasons.
You will need to use the Image Widget, setting the Type to "Database" and filling the Filename and Attribute fields.
If that is not enough for your use case, you can create a Web Screen that recieves the parameters you need, do a query to get the file and end the preparation with a Download Node.
Regards,
João Rosado
Louis Springer
Hi João,
Thanks for helping !
I have a diferent situation. I need store XML files, not images. Im using twilio component for text-to-speach calls. Twilio need access these XML URL by GET method to read messages.
Have any ideia?
I thought use FileSystem component, but i could´t install in my plataform version.
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...