导入(doc,docx,pdf格式)简历,doc/docx,转pdf格式,并且检索doc,docx,pdf,字段

**jsp页面**

<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%>
<%@ page import="com.itss.huao.xz.newRecruit.enums.UploadTypeE" %>
<%
    String path = request.getContextPath();
    String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort()
            + path + "/";
%>
<!DOCTYPE html>
<html>
<head>
    <title>上传简历</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <link rel="stylesheet" href="<%=path%>/webT/bootstrap/css/bootstrap.min.css"/>
    <link rel="stylesheet" href="<%=path%>/layout/easyui/themes/zzsc.css" />
    <link rel="stylesheet" href="<%=path%>/layout/easyui/themes/detailInfo.css" />
    <link rel="stylesheet" href="<%=path%>/layout/datagrid/newRecruit/css/importResume.css" />
    <script type="text/javascript" src="<%=path%>/webT/bootstrap/js/jquery-1.12.2.js"></script>
    <script type="text/javascript" src="<%=path%>/webT/bootstrap/js/bootstrap.js"></script>
    <script type="text/javascript" src="<%=path%>/webT/bootstrap/js/layer/layer.js"></script>
    <script type="text/javascript">
        var selectType = "<%=UploadTypeE.SELECT.getCode()%>";
        var dragType = "<%=UploadTypeE.DRAG.getCode()%>";
    </script>
 </head>
<body>
    <div class="container">
        <div class="page-header row" >
            <h3>上传简历</h3>
        </div>
         <form id="fileForm" action="fileResume.do?method=uploadResumeFile" role="form" enctype="multipart/form-data" method="post">
         <%--   <input type="hidden" name="filePath" value="${filePath}">
            <input type="hidden" name="fileName" id="fileName"/>
            <input type="hidden" name="token" value ="<%=session.getAttribute( "token" ) %>"> --%>

            <div class="selectDom" style="margin:20px 0px 20px 0px;">
                <div class="row form-group">
                    <label class="col-md-2 control-label">
                        <em class="em-mustin">*</em>
                        选择职位
                    </label>
                    <div class="col-md-5">
                        <input type="text" id="position" name="position" class="form-control" placeholder="请输入职位……" style="width:80%;" transparent autofocus x-webkit-speech>  
                    </div>
                </div>

            <div class="upload-body" style="margin-top:42px;">
                <div class="upload-pick file-error">
                    <div class="pick-btn-area">
                        <div class="pick-remind" style="text-align:center;margin-top:55px;">
                            <a id="btnUploadOnClick" class="btn btn-primary" style="width:100px;" >请选择文件</a>    
                            <p style="text-align:center;margin-top:15px;">支持PDF、DOX、DOCX格式的简历。</p> 
                            <p>一次最多上传5个。一个简历不超过5M</p>
                        </div>
                    </div>
                    <div class="pick-btn-area" onclick="choosefile()">
                        <div class="fileBox">
                            <span id="fileSpan" class="vm" style="font-size:16px">
                                <img src="/xzgl/layout/easyui/image/file_dnd.png"  width="60" height="60">

                                </img>
                                或者将文件拖到此处
                            </span>
                            <input type="file" id="btnUploadOnClick" style="display:none;" multiple="multiple"  />
                            <ul id="fileList"></ul>
                        </div>
                    </div>
                </div>
            </div>
            </div>
            <div align="center" style="margin-top:40px;"
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值