• 大小: 0.21M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 上传  刷新  头像  

资源简介

无刷新方式实现头像上传

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
//|来|自|5|1|a|s|p|x
namespace Avatar
{

    public partial class Default : System.Web.UI.Page
    {
        protected string avatarFlashParam;
        protected string EncodeLocalhost;
        protected string Localhost;
        protected string uid;
        protected void Page_Load(object sender EventArgs e)
        {
            int port = HttpContext.Current.Request.Url.Port;
            string ApplicationPath = HttpContext.Current.Request.ApplicationPath != “/“ ? HttpContext.Current.Request.ApplicationPath : string.Empty;
            uid = “1“;
            Localhost = string.Format(“{0}://{1}{2}{3}“
                           

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1908  2013-05-20 09:24  51Aspx源码必读.txt
     文件        4687  2013-05-20 09:10  Ajax.ashx
     文件        4647  2010-10-04 20:20  Avatar.csproj
     文件        1171  2010-10-04 20:20  Avatar.csproj.user
     文件         901  2013-05-20 09:13  Avatar.sln
     文件       22016  2013-05-20 09:24  Avatar.suo
     文件        5530  2010-10-04 20:18  Default.aspx
     文件        1305  2013-05-20 09:10  Default.aspx.cs
     目录           0  2013-05-20 09:07  Properties\
     文件        1383  2010-09-05 11:14  Properties\AssemblyInfo.cs
     文件        1285  2010-09-05 11:14  Web.Debug.config
     文件        1346  2010-09-05 11:14  Web.Release.config
     文件         258  2010-10-04 20:13  Web.config
     目录           0  2013-05-20 09:07  bin\
     文件        5120  2013-05-20 09:15  bin\Avatar.dll
     文件       42496  2013-05-20 09:15  bin\Avatar.pdb
     文件       61440  2008-03-21 16:19  bin\Newtonsoft.Json.dll
     文件        4945  2007-07-18 09:38  from.gif
     目录           0  2010-09-11 18:39  images\
     目录           0  2013-05-20 09:07  images\common\
     文件       78831  2010-09-05 11:15  images\common\camera.swf
     文件        9376  2010-09-05 11:15  images\common\locale.xml
     目录           0  2013-05-20 09:08  images\upload\
     目录           0  2013-05-20 09:08  images\upload\avatars\
     目录           0  2013-05-20 09:08  images\upload\avatars\1\
     文件        8580  2013-05-20 09:18  images\upload\avatars\1\large.jpg
     文件        4444  2013-05-20 09:18  images\upload\avatars\1\medium.jpg
     文件        1622  2013-05-20 09:18  images\upload\avatars\1\small.jpg
     文件       23552  2010-10-04 20:11  images\upload\avatars\Thumbs.db
     文件        8590  2009-07-09 09:00  images\upload\avatars\noavatar_medium.gif
     目录           0  2013-05-20 09:08  images\upload\avatarstemp\
............此处省略11个文件信息

评论

共有 条评论