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
bee bee kwa
7
Views
3
Comments
upload an encrypted file
Question
how to upload an encrypted file from my computer (C:) and save it in network folder?
Davide Marquês
Hi bee bee kwa,
Congrats on your first post! :)
[While I haven't personally used it] I think the FileSystem extension should do the trick:
https://www.outsystems.com/forge/component/68/extension-filesystem/
Upload the file to your application and then use the File_WriteBinary action to write the file to the network location (which must be accessible from your OutSystems Platform server).
If you encounter any issues while using the extension (I'm thinking "write permissions" here) please check the component discussions on the bottom of the
component page
.
Hope this helps!
Davide
bee bee kwa
Davide,
excellent, it works. thanks.
one more question, I can download a single file from network folder to my computer. Can I download multiple files?
Davide Marquês
Hi again,
Check out the Zip extension (actions CreateZip, AddFile and GetZipBinary). ;)
Cheers!
Davide
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...