<link rel="stylesheet" type="text/css" href="~/context/css/uploadify.css">
    <script type="text/javascript" src="~/context/js/jquery.min.js"></script>
    <script type="text/javascript" src="~/context/js/jquery.uploadify-3.1.min.js"></script>
 
    <script type="text/javascript">
        $(function () {
            $('#file_upload').uploadify({
                'swf': 'context/uploadify.swf',
                'uploader': '/Home/reg',
                'buttonText': '上传图片',
                'auto': false,
                'buttonImage': '@Url.Content("~/context/images/login_button.png")',
                // Your options here            });
        });
    </script>界面还是之前<input tytp