By this moment, we have been sending content generated by our Server. Now we are going to see how to send small files from a folder that resides inside our Server’s running directory. We’ll do it this way because with this approach we can control what files can be accessed from the Server.
We’ll use some functions to secure our Server and check that the content (file size in this case) is small enough to send.
In the next lesson we’ll see how to deal with bigger file sizes.
We’ll need the code of our Lesson 2b post which you can download at Code For RealThinClient SDK Lesson 2b. Continue reading