File to disk example


This form will upload a file to the server. In order to post correctly a file into the server, the property ENCTYPE of the form must be set to multipart/form-data and the method property must be set to POST.

Select a text file with a size not bigger than 100kb and press the send button.