Handling file uploading from www forms with CGI.pm
Hits: 333
Description: Netscape Navigator 2.0 introduced a new facility for forms, the file uplad element. This element allows the user to select a local file to be submitted with the form to the server that handles the form. File uploading is a frequently needed facility in many occasions, but the technique involved in handling forms that upload files is rarely discussed in CGI programming texts, and online tutorials/references on this topic are few. The technique is very simple as we shall see. The form...