[Mime] mimeDecode(Char() nextchar, Bool() finalchar, Int maxlen, String boundary, String tmppath="")
Arguments
nextchar: A function to return the next binary character from the data sourcemaxlen: The maximum amount of data to read from the file handleboundary: The MIME boundary stringtmppath: The path to storeMimeFiletemporary files. Defaults to the current directory if unspecified.
Usage
Decodes a Mime-encoded file. This function is mainly a utility function for WebCommon::initWebApp and has little general use.