• 大小: 1.54MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-30
  • 语言: C#
  • 标签:

资源简介

asp.net网页调用本地摄像头源码,调用浏览器客户端摄像头源码下载。

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

public partial class _ajax : System.Web.UI.Page 
{
    protected void Page_Load(object sender EventArgs e)
    {
            if (Request[“picData“] != null)
            {
                string base64data = Request[“picData“];
                string fileFormat = Request[“picExt“];
                byte[] picBytes = Convert.Frombase64String(base64data.Substring(1base64data.Length-2));
                System.IO.FileStream outputStream = new System.IO.FileStream(Server.MapPath(“~/“) + “//pages//ajax“+fileFormat System.IO.FileMode.Create);
                outputStream.Write(picBytes 0 picBytes.Length);
                outputStream.Close();
                Response.Write(“{‘savestatus‘:‘ok‘}“);
                Response.End();
            }

    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件         39  2010-04-23 20:57  meta-INF\MANIFEST.MF

     文件        839  2010-10-31 13:44  pages\ajax.asp

     文件         95  2010-10-30 22:24  pages\ajax.aspx

     文件        926  2010-10-30 22:37  pages\ajax.aspx.cs

     文件       2303  2010-12-22 15:06  pages\ajax.html

     文件       1051  2010-12-22 15:08  pages\ajax.js

     文件       1636  2010-10-30 21:34  pages\ajax.jsp

     文件        229  2010-10-30 16:11  pages\ajax.php

     文件       1850  2010-12-22 15:29  pages\demo1.html

     文件       2221  2011-01-11 21:47  pages\demo2.html

     文件       2332  2010-12-22 15:05  pages\demo3.html

     文件        630  2011-01-15 16:05  pages\sale.html

     文件        700  2010-10-30 17:51  pages\submit.asp

     文件         97  2010-10-30 19:49  pages\submit.aspx

     文件        876  2010-11-03 14:52  pages\submit.aspx.cs

     文件       3622  2010-12-22 15:11  pages\submit.html

     文件       1372  2010-10-30 20:43  pages\submit.jsp

     文件        290  2010-10-30 20:52  pages\submit.php

     文件       1029  2010-04-28 21:53  WEB-INF\web.xml

     文件        465  2011-01-11 20:54  history.txt

     文件      58368  2011-01-06 20:31  ImageCapOnWeb控件使用说明.doc

     文件     188001  2011-01-06 20:31  ImageCapOnWeb控件使用说明.pdf

     文件       6957  2011-01-15 16:04  index.html

     文件         87  2010-12-22 14:36  readme.txt

     文件       1953  2010-11-03 17:11  web.config

     文件     941990  2011-01-15 15:54  cabs\ImageCapOnWeb.cab

     文件     145844  2010-12-22 14:49  images\demo.jpg

     文件       1402  2010-04-29 16:46  js\external\jquery.bgiframe-2.1.1.js

     文件       3655  2010-04-29 16:46  js\external\jquery.cookie.js

     文件       3955  2010-04-29 16:46  js\external\jquery.metadata.js

............此处省略191个文件信息

评论

共有 条评论

相关资源