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?
UserImage.jpg
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
UserImage.jpg
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? 
UserImage.jpg
Davide Marquês
Hi again,

Check out the Zip extension (actions CreateZip, AddFile and GetZipBinary). ;)

Cheers!
Davide
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.