Neokernel Demos

C# File Upload Demo

This demonstration shows the use of the PUT functionality in the webserver to retrieve files uploaded by clients. The agent generates the neccessary form and handles files uploaded, saving them in the specified directory.

Download FileUploadDemo.zip and uncompress it inside the demos\C# Projects\ folder.

Open FileUploadDemo.sln using Visual Studio.

Make sure the reference to the Neokernel.dll is correct (in case you installed Neokernel in a different directory) under "References", then press F6 to build the demo.

Double click on the file start_nk.bat to start Neokernel.

To view the page and upload a file, go to http://localhost/fileupload.agent.

Updated: 7/12/10 7:44 PM