Click here to Skip to main content
15,897,518 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSOLVED it! Pin
S. Hepe11-Feb-04 22:20
S. Hepe11-Feb-04 22:20 
GeneralRe: SOLVED it! Pin
John M. Drescher11-Feb-04 23:24
John M. Drescher11-Feb-04 23:24 
GeneralAdding ScrollBox and Drop Box without MFC Pin
Tank_Aviator11-Feb-04 11:10
Tank_Aviator11-Feb-04 11:10 
GeneralRe: Adding ScrollBox and Drop Box without MFC Pin
Selvam R11-Feb-04 18:52
professionalSelvam R11-Feb-04 18:52 
QuestionHow do I programmatically create a virtual folder under Inetpub? Pin
Bart-Man11-Feb-04 11:05
Bart-Man11-Feb-04 11:05 
GeneralDownload/Upload files to an internet directory Pin
pmk4u11-Feb-04 10:47
pmk4u11-Feb-04 10:47 
GeneralRe: Download/Upload files to an internet directory Pin
Ravi Bhavnani11-Feb-04 11:05
professionalRavi Bhavnani11-Feb-04 11:05 
GeneralRe: Download/Upload files to an internet directory Pin
Anonymous11-Feb-04 11:22
Anonymous11-Feb-04 11:22 
I think ftp would be the easiest way.
If you must have an http, then you'll need to get a directory listing from the server somehow (for instance allow directory listing, or write your own asp, jsp or cgi to make it in the format that you want, that's probably better, you could filter files out based on the modification date ) and then parse it manually.
Upload via http can be done using "PUT" method (if server supports it) or using "POST", again server should be able to handle it, but there must be plenty plugin (IIS has one for sure) that can handle "multipart/form-data" posts.

Edward




GeneralSubclassing Pin
monrobot1311-Feb-04 10:11
monrobot1311-Feb-04 10:11 
GeneralRe: Subclassing Pin
John M. Drescher11-Feb-04 10:21
John M. Drescher11-Feb-04 10:21 
GeneralRe: Subclassing Pin
John M. Drescher11-Feb-04 17:18
John M. Drescher11-Feb-04 17:18 
GeneralRe: Subclassing Pin
monrobot1313-Feb-04 4:40
monrobot1313-Feb-04 4:40 
GeneralDialog Resources and Static Libraries Pin
tabish12111-Feb-04 9:55
tabish12111-Feb-04 9:55 
GeneralCString to TCHAR Pin
satcat11-Feb-04 9:50
satcat11-Feb-04 9:50 
GeneralRe: CString to TCHAR Pin
David Crow11-Feb-04 10:29
David Crow11-Feb-04 10:29 
GeneralRe: CString to TCHAR Pin
Orkun GEDiK11-Feb-04 10:33
Orkun GEDiK11-Feb-04 10:33 
GeneralRe: CString to TCHAR Pin
satcat11-Feb-04 11:58
satcat11-Feb-04 11:58 
GeneralRe: CString to TCHAR Pin
John M. Drescher11-Feb-04 17:06
John M. Drescher11-Feb-04 17:06 
GeneralCListCtrl Item Search Efficiency :: MFC Pin
valikac11-Feb-04 8:55
valikac11-Feb-04 8:55 
GeneralCreate own window styles Pin
BrockVnm11-Feb-04 8:17
BrockVnm11-Feb-04 8:17 
GeneralRe: Create own window styles Pin
Antti Keskinen11-Feb-04 8:52
Antti Keskinen11-Feb-04 8:52 
GeneralRe: Create own window styles Pin
BrockVnm11-Feb-04 9:08
BrockVnm11-Feb-04 9:08 
GeneralMemory leak while traversing through HTML frames Pin
Member 85966411-Feb-04 7:55
Member 85966411-Feb-04 7:55 
GeneralRe: Memory leak while traversing through HTML frames Pin
Peter Weyzen11-Feb-04 8:14
Peter Weyzen11-Feb-04 8:14 
GeneralLocallizing to Hebrew Pin
LukeV11-Feb-04 7:01
LukeV11-Feb-04 7:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.