File upload is the function 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.
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 uploaded interface: