rocket_upload 0.1.0

Deal MultiPart Form Data in Rust Rocket web frame, easily upload files to server.
Documentation
<html>
    <head>
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta http-equiv="content-type" content="text/html;charset=utf-8">
    <meta content="always" name="referrer">
<title>upload</title>
<body link="#0000cc" style="">
        <form id="data" enctype="multipart/form-data" method="post" action="/upload/334445566">
            <div class="row">
              name:<input type="text" name="name"><br/>
              information:<input type="text" name="info"><br/>
              Select files wanna upload , and click at "UPLOAD" button.<br /><br/>
                <input type="file" name="files" multiple>
            </div>
            <div class="row">
                    <button type="submit" value="UPLOAD">UPLOAD</button>
            </div>
        </form>
</body>
</html>