日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

文件上传(模板导出、批量导入)

發布時間:2023/12/20 编程问答 30 豆豆
生活随笔 收集整理的這篇文章主要介紹了 文件上传(模板导出、批量导入) 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

html部分

<b class="addBtn UseraddBtn" style="background: #3d7bde;right: 93px;">+ 批量導入</b>

? ? ? ? ? <input type="file" id="fileInput"

? ? ? ? ? ? style="opacity: 0;right: 93px;width: 88px;height:29px;position: absolute;top:-5px" οnchange="BatchImport()">

? ? ? ? ? <a href="./模板.xlsx" class="addBtn UseraddBtn" target="_blank"

? ? ? ? ? ? style="background-color: #0E9D5F;color: #fff;">導出模板</a>

限制文件上傳格式:

1、圖片格式? ??

????????accept="image/*"

? ? ? ? 僅限制gif png格式???

????????accept="image/gif,image/png"

2、excel格式??

????????//限制.xls文件
????????accept="application/vnd.ms-excel"?? ?
????????//限制.xlsx文件
????????accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"?

????????同時限制上傳.xls、.xlsx文件

????????accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application/vnd.ms-excel "

????????或

????????accept=".xls,.xlsx"

js部分?

//批量導入

? function BatchImport() {

? ? var form = new FormData(), fileInput = document.getElementById("fileInput");

? ? form.append("file", fileInput.files[0]);

? ? if (!attributeid) {

? ? ? layer.msg("請先選擇導入部門!");

? ? ? return;

? ? }

? ? layer.confirm('您確定要導入該文件嗎?', {

? ? ? btn: ['確定', '取消'] //按鈕

? ? }, function () {

? ? ? $.ajax({

? ? ? ? url: src + "/api/MailList/InsertPhone?attrid=" + attributeid,

? ? ? ? type: "POST",

? ? ? ? contentType: false,

? ? ? ? processData: false,

? ? ? ? data: form,

? ? ? ? success: function (data) {

? ? ? ? ? if (data) {

? ? ? ? ? ? layer.msg("導入成功", { icon: 1 });

? ? ? ? ? ? fileInput.value = "";

? ? ? ? ? ? setTimeout(() => { loadUserlist(); }, 1000);

? ? ? ? ? }

? ? ? ? },

? ? ? ? error: function (msg) {

? ? ? ? ? console.log(msg)

? ? ? ? }

? ? ? })

? ? }, function () {

? ? ? layer.close(50)

? ? })

? }

js部分限制上傳文件類型

if (!['application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'application/vnd.ms-excel'].includes(fileInput.files[0].type)) {

? ? ? layer.msg('只能上傳.XLS|.XLSX格式的文件!', { icon: 2 });

? ? ? return;

? ? }

accept接受格式

*.3gpp?? ?audio/3gpp, video/3gpp?? ?3GPP Audio/Video
*.ac3?? ?audio/ac3?? ?AC3 Audio
*.asf?? ?allpication/vnd.ms-asf?? ?Advanced Streaming Format
*.au?? ?audio/basic?? ?AU Audio
*.css?? ?text/css?? ?Cascading Style Sheets
*.csv?? ?text/csv?? ?Comma Separated Values
*.doc?? ?application/msword?? ?MS Word Document
*.dot?? ?application/msword?? ?MS Word Template
*.dtd?? ?application/xml-dtd?? ?Document Type Definition
*.dwg?? ?image/vnd.dwg?? ?AutoCAD Drawing Database
*.dxf?? ?image/vnd.dxf?? ?AutoCAD Drawing Interchange Format
*.gif?? ?image/gif?? ?Graphic Interchange Format
*.htm?? ?text/html?? ?HyperText Markup Language
*.html?? ?text/html?? ?HyperText Markup Language
*.jp2?? ?image/jp2?? ?JPEG-2000
*.jpe?? ?image/jpeg?? ?JPEG
*.jpeg?? ?image/jpeg?? ?JPEG
*.jpg?? ?image/jpeg?? ?JPEG
*.js?? ?text/javascript, application/javascript?? ?JavaScript
*.json?? ?application/json?? ?JavaScript Object Notation
*.mp2?? ?audio/mpeg, video/mpeg?? ?MPEG Audio/Video Stream, Layer II
*.mp3?? ?audio/mpeg?? ?MPEG Audio Stream, Layer III
*.mp4?? ?audio/mp4, video/mp4?? ?MPEG-4 Audio/Video
*.mpeg?? ?video/mpeg?? ?MPEG Video Stream, Layer II
*.mpg?? ?video/mpeg?? ?MPEG Video Stream, Layer II
*.mpp?? ?application/vnd.ms-project?? ?MS Project Project
*.ogg?? ?application/ogg, audio/ogg?? ?Ogg Vorbis
*.pdf?? ?application/pdf?? ?Portable Document Format
*.png?? ?image/png?? ?Portable Network Graphics
*.pot?? ?application/vnd.ms-powerpoint?? ?MS PowerPoint Template
*.pps?? ?application/vnd.ms-powerpoint?? ?MS PowerPoint Slideshow
*.ppt?? ?application/vnd.ms-powerpoint?? ?MS PowerPoint Presentation
*.rtf?? ?application/rtf, text/rtf?? ?Rich Text Format
*.svf?? ?image/vnd.svf?? ?Simple Vector Format
*.tif?? ?image/tiff?? ?Tagged Image Format File
*.tiff?? ?image/tiff?? ?Tagged Image Format File
*.txt?? ?text/plain?? ?Plain Text
*.wdb?? ?application/vnd.ms-works?? ?MS Works Database
*.wps?? ?application/vnd.ms-works?? ?Works Text Document
*.xhtml?? ?application/xhtml+xml?? ?Extensible HyperText Markup Language
*.xlc?? ?application/vnd.ms-excel?? ?MS Excel Chart
*.xlm?? ?application/vnd.ms-excel?? ?MS Excel Macro
*.xls?? ?application/vnd.ms-excel?? ?MS Excel Spreadsheet
*.xlt?? ?application/vnd.ms-excel?? ?MS Excel Template
*.xlw?? ?application/vnd.ms-excel?? ?MS Excel Workspace
*.xml?? ?text/xml, application/xml?? ?Extensible Markup Language
*.zip?? ?aplication/zip?? ?Compressed Archive

總結

以上是生活随笔為你收集整理的文件上传(模板导出、批量导入)的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。