EldoS
 Table of Contents >  How to ... (basic questions) >  Add a file or files
Navigation
Web site
Support
Table Of Contents
Send comments on this topic

Add a file or files

To add a new file into the storage, you need to create an instance of SolFSStream class using it's Constructor. Set CreateNew parameter to true, ReadEnabled parameter to false and WriteEnabled parameter to true.

Once the object is created, use it's Write() method to write the data. Finally close the stream using it's Close() method or destructor (depending on the API).

To add multiple files use the above procedure several times.

Contact Us | Subscribe | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2008, EldoS Corporation