代码搜索:UploadFile
找到约 1,338 项符合「UploadFile」的源代码
代码结果 1,338
www.eeworm.com/read/134025/14012067
cs global.asax.cs
using System;
using System.Collections;
using System.ComponentModel;
using System.Web;
using System.Web.SessionState;
namespace UploadFile
{
///
/// Global 的摘要说明。
///
www.eeworm.com/read/283598/9003058
txt asp.net上传图片并同时生成缩略图.txt
asp.net上传图片并同时生成缩略图
--------------------------------------------------------------------------------
第八军团 时间:2003-9-7 0:09:02
Sub UploadFile(
www.eeworm.com/read/422273/10650895
aspx upfile.aspx
Sub UpLoadFile(ByVal Sender As Object, ByVal e As EventArgs)
'如果上传的长度为0,表示没有上传成功
If FileUp.PostedFile.ContentLength = 0 Then
R
www.eeworm.com/read/439958/7696636
h userprotocol.h
#ifndef _USERPROTOCOL_H
#define _USERPROTOCOL_H
#define DATAMAXBUF 1024
#define FILELENGTH 20
#define COMMANDBUF 20
#define ERRNOBUF 20
#define USERLOGIN 1
#define USERREGISTER 2
#define UPLOADFILE 3