Developing ASP Upload Components with Delphi 6 Detailed Left Light 2002.6.20 File Uploading is the functionality that is often used in web development, but the ASP itself and built-in components do not support file upload functions. Some third party components circulated online can solve this problem, but most of them are charged, let alone Open Source. This article will detail the principle upload of the web file, and how the reader will develop an ASP upload component with Delphi6.
Source code and demo I have been released at the Personal Homepage http://www.wuseuang.net
1 HTML file analysis First let's look at an HTML file source code, the file name is test.htm, the function is to provide the user upload interface: