Class UploadContentParser

java.lang.Object
org.eclnt.jsfserver.bufferedcontent.UploadContentParser

public class UploadContentParser extends Object
Parsing utitlities for parsing the content that is uploaded from client side during file upload.

The file is uploaded as UTF-8-character String in the format: "FILENAME0=...string...&CONTENT0=...hex...&FILENAME1=...string...&CONTENT1=...hex..."