资源简介
最近很多人向我HTTP上传文件到WEB上,我就放在网络上共享,我比较忙,没空一个一个发,现上传上来了
代码片段和文件信息
// HotpimUpload.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “HotpimUpload.h“
#include “HotpimUploadDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CHotpimUploadApp
BEGIN_MESSAGE_MAP(CHotpimUploadApp CWinApp)
//{{AFX_MSG_MAP(CHotpimUploadApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CHotpimUploadApp construction
CHotpimUploadApp::CHotpimUploadApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CHotpimUploadApp object
CHotpimUploadApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CHotpimUploadApp initialization
BOOL CHotpimUploadApp::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CHotpimUploadDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2007-08-17 17:24 ImageFileUpload\ImageFileUpload\Debug
文件 21092 2008-06-20 00:01 ImageFileUpload\ImageFileUpload\HotpimUpload.aps
文件 1176 2008-06-20 00:03 ImageFileUpload\ImageFileUpload\HotpimUpload.clw
文件 2147 2007-08-14 10:06 ImageFileUpload\ImageFileUpload\HotpimUpload.cpp
文件 4264 2007-08-17 09:43 ImageFileUpload\ImageFileUpload\HotpimUpload.dsp
文件 549 2007-08-14 10:06 ImageFileUpload\ImageFileUpload\HotpimUpload.dsw
文件 1390 2007-08-14 10:06 ImageFileUpload\ImageFileUpload\HotpimUpload.h
文件 82944 2008-06-20 00:03 ImageFileUpload\ImageFileUpload\HotpimUpload.ncb
文件 312832 2008-06-20 00:03 ImageFileUpload\ImageFileUpload\HotpimUpload.opt
文件 993 2007-08-17 16:59 ImageFileUpload\ImageFileUpload\HotpimUpload.plg
文件 5317 2007-08-14 10:07 ImageFileUpload\ImageFileUpload\HotpimUpload.rc
文件 10468 2008-06-20 00:03 ImageFileUpload\ImageFileUpload\HotpimUploadDlg.cpp
文件 1762 2008-06-20 00:03 ImageFileUpload\ImageFileUpload\HotpimUploadDlg.h
文件 3687 2007-08-14 10:06 ImageFileUpload\ImageFileUpload\ReadMe.txt
文件 1078 2007-08-14 10:06 ImageFileUpload\ImageFileUpload\res\HotpimUpload.ico
文件 404 2007-08-14 10:06 ImageFileUpload\ImageFileUpload\res\HotpimUpload.rc2
目录 0 2007-08-17 16:28 ImageFileUpload\ImageFileUpload\res
文件 690 2007-08-14 10:07 ImageFileUpload\ImageFileUpload\Resource.h
文件 214 2007-08-14 10:06 ImageFileUpload\ImageFileUpload\StdAfx.cpp
文件 1054 2007-08-17 09:10 ImageFileUpload\ImageFileUpload\StdAfx.h
目录 0 2008-06-20 00:03 ImageFileUpload\ImageFileUpload
目录 0 2008-06-20 00:01 ImageFileUpload
----------- --------- ---------- ----- ----
452061 22
评论
共有 条评论