Re: Upload Application
- Posted by Alyne & Warren <WCBaker at HOME.COM> Nov 16, 1999
- 524 views
FTP is not a kind of account. It is the File Transfer Protocol. It is one way to transfer file data across the Internet, whether from a program like a browser or from a CGI program (written in PERL or C for example). CGI does NOT have to be involved with an HTML page. CGI will write HTML to the client's machine if you wish (for a dynamically created page) but CGi and HTML are two different things. Cheers! --Warren > Hi all, > > I want to build a Windows Application that would allow a user to select a > file from their computer and upload it to the web. > I do not want to use FTP because this requires telnet/ftp accounts I am > looking to build something more like the CGI scripts that let anyone upload > a file to your server...except I want it to be a windows app instead of a > HTML page driven by CGI. > > Any ideas where to start? > > -Jeremy