`
tobato
  • 浏览: 101659 次
  • 性别: Icon_minigender_1
  • 来自: 沈阳
社区版块
存档分类
最新评论

angularjs reset input file and filter file

阅读更多
文件上传开发模板

 
<form id="uploadForm">
        <input id="fileInput" ng-model="test" type="file" nv-file-select uploader="uploader" accept=".xls,.xlsx" ng-click="onFileSelect()"/>
</form>


1.在Angularjs里面文件上传对象做清除功能

angular.forEach(
          angular.element("input[type='file']"),
          function (inputElem) {
            angular.element(inputElem).val(null);
          });


2.设置选择文件限制 只能选择xls或xlsx后缀文件
accept=".xls,.xlsx"


其他可选类型参考百度
0
0
分享到:
评论
1 楼 stupider 2016-10-21  

相关推荐

    Form表单上传文件(type="file")的使用

    &lt;input type="reset" /&gt; ``` 在上面的代码中,我们添加了一个type="file"的input控件,用于选择要上传的文件。同时,我们还需要设置form表单的enctype属性为multipart/form-data,以便能够上传文件。 二、...

    压缩解压数据 dll

    void compressFile(const std::string& inputFile, const std::string& outputFile) { std::ifstream in(inputFile, std::ios::binary); std::ofstream out(outputFile + ".gz", std::ios::binary); boost::...

    jQuery完全实例.rar

    Uses both the shortcut for $(document).ready() and the argument to write failsafe jQuery code using the $ alias, without relying on the global alias. jQuery 代码: jQuery(function($) { // Your code ...

    Javascript开发之js压缩篇.docx

    这里的`[options]`指的是压缩选项,`[inputfile]`则是需要被压缩的文件路径。 ##### 3. 集成到构建过程 为了自动化压缩流程,通常会将YUI Compressor集成到构建工具中,如Ant。以下是一个示例Ant脚本,用于自动...

    MVC文件上传与删除.rar

    &lt;input type="file" name="file" lay-filter="layui-upload-file" /&gt; &lt;button class="layui-btn" lay-filter="layui-upload" lay-submit&gt;上传文件 &lt;button type="reset" class="layui-btn layui-btn-...

    ImageMagick图片批量处理

    -alpha option activate, deactivate, reset, or set the alpha channel -antialias remove pixel-aliasing -authenticate password decipher image with this password -attenuate value lessen (or intensify...

    BUS Hound

    write, and isochronous device performance  Captures device driver packets such as IRP’s  Filter what type of phases are captured  Run on an unlimited number of machines at the same ...

    CE中文版-启点CE过NP中文.exe

    You can now delete addresses and reset the count from "Find what addresses this code accesses" Added a statusbar to the hexview in memoryview Pointerscan for value scans now add the results to the ...

    微软内部资料-SQL性能优化3

    A set of transactions can run concurrently if their outputs are disjoint from the union of one another’s input and output sets. For example, if T1 writes some object that is in T2’s input or output ...

    数位板压力测试

    4.1. File and Module Conventions 6 4.2. Feature Support Options 6 5. Function Reference 7 5.1. Basic Functions 7 5.1.1. WTInfo 8 5.1.2. WTOpen 9 5.1.3. WTClose 10 5.1.4. WTPacketsGet 10 5.1.5. ...

    Zedboard板基于SOC的Adau1761测试项目

    4、 修改滤波器函数filter_or_bypass_input(),注销if(sw_check & 01){…}语句全体,将其后的两条输出语句 Xil_Out32(I2S_DATA_TX_L_REG, u32DataL); Xil_Out32(I2S_DATA_TX_R_REG, u32DataR); 改为 if(sw_...

    Delphi7.1 Update

    Delphi 7.1 Update Release Notes=======================================================This file contains important supplemental and late-breakinginformation that may not appear in the main ...

    FastReport.v4.15 for.Delphi.BCB.Full.Source企业版含ClientServer中文修正版支持D4-XE5

    + [enterprise] added property "Xml" - "Extension" in server configuration - allow select between ".xml" and ".xls" extension for output file + [enterprise] added property ...

    完整版 杭州电子科技大学JAVA语言程序设计 JAVA_07 IO输入输出(共30页).ppt

    流分为两种基本类型:输入流(Input Stream)用于读取数据,输出流(Output Stream)用于写入数据。 3. **流的分类**: - **节点流(Node Stream)**:直接与数据源(如文件、键盘)或数据目的地(如屏幕、打印机)交互...

    php.ini-development

    Expressions in the INI file are limited to bitwise operators and parentheses: ; | bitwise OR ; ^ bitwise XOR ; & bitwise AND ; ~ bitwise NOT ; ! boolean NOT ; Boolean flags can be turned on using ...

    LayuiForm表单.txt

    form表单元素包括:text 文本输入框,password密码输入框,checkbox复选框,radio单选框,file 文件域,submit表单提交action指向的文件,reset表单清空,image图片提交按钮,button按钮,hidden隐藏域。 select ...

    EurekaLog_7.5.0.0_Enterprise

    5)....Fixed: Dialog auto-close timer may reset without user input 6)....Fixed: Possible hang when quickly loading/unloading EurekaLog-enabled DLL 7)....Fixed: Possible hang in COM DLLs 8)....Fixed: ...

    simple-tags

    * Externalize options array on external file for diminue memory consommation. (call only on options page) * Fix importers embedded tags * Version 1.7.2 : * Add taxonomy support * Rewrite manage ...

    jsp 文件上传浏览,支持ie6,ie7,ie8.docx

    &lt;input type="file" name="file" onchange="javascript:PreviewImg(this);" style="border:1px #FFFFFF solid;background:#efefef"/&gt; * &lt;div id="newPreview"&gt;&lt;/div&gt; &lt;td class="left_title_1"&gt;&lt;input ...

    ZendFramework中文文档

    14.5.2. Creating the Filter and Validator Processor 14.5.3. Retrieving Validated Fields and other Reports 14.5.3.1. Querying if the input is valid 14.5.3.2. Getting Invalid, Missing, or Unknown ...

Global site tag (gtag.js) - Google Analytics