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
Hans Bruins
8
Views
9
Comments
[Extension BinaryData] Discussion
Question
Forge
Extension BinaryData (O11)
Forge asset by
OutSystems
Hi,
I was looking at the BinaryData extension and saw: "
Starting in version 6.0, this solution is installed with the Platform Server and will no longer be available as a standalone download.
"
So, I guess I should not use the BinaryData extension in version 6.0 but I can't figure out what it means that it is installed with the Platform Server or how I can use it? It is f.i. not part of the buildin actions of Service studio.
Daniel Martins
Hi Hans.
You can find the BinaryData extension in the System_Components.osp that should be in your Outsystems Plataform Installation Folder.
System Components are included in all editions of the Platform (starting from 6.0). You can find the osp in system_components.osp in the install directory (e.g. C:\Program Files\OutSystems\Platform Server\System_Components.osp). If you follow the installation checklist it will instruct to publish this solution.
Cheers,
Daniel Martins
1 reply
16 Feb 2012
Show thread
Hide thread
Hans Bruins
Hi,
Thank you for your answer. The System_Components.osp was indeed published during installation. The BinaryData extension is also on the server. However, I was confused by the previous mentioned message. It is clear now.
Vitor Pedro
Hi!
How can i convert binary data to base64 text with this extension?
Best regards,
Vitor
Hans Bruins
Good question. It is mentioned in the description of the extension but nowhere with the actions.
The encoding possibilities of the actions state that "Possible values are: unicode, utf-8, utf-16, ascii." according to the field description.
But where is the
text =
Convert.ToBase64String(bytes); ?
2 replies
Last reply 29 Feb 2012
Show thread
Hide thread
Rodrigo Castelo
Staff
Here is an example Base64 extension. Cheers
Base64.xif
Hans Bruins
wrote
:
Here is an example Base64 extension. Cheers
Thanks. However according the BinaryData description it should be available in that extenstion itself:
Convert binary content to/from text using any character encoding.
Determine the size in bytes of a binary content.
Convert the character encoding of a binary content.
Convert binary content to/from base64.
But if you work with this extension it is not clear how you get the base64 data. Types are mentioned but not base64.
J.
Â
MVP
Someone made the base64 for java variant by any chance ?
João Rosado
Staff
Hi Joost,
The BinaryData extension from 7.0 version SystemComponents has it (didn't check what version added it, but it's there in 7.0.0.14).
It has both .net and Java implementations.
Regards,
João Rosado
Joana Andrade
Yes, how to convert from base64? This is not in list of possible values of Enconding....
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...