FutureWare's Web Library FileUpload is a server-side object for Delphi and ASP that lets users upload files from their web browser and saves them onto the server file system for selected file types.
For JPG files, the FileUpload object can go a step further by abstracting the COMMENT and the 16 application-specific descriptions that can be embedded within the binary image stream. It is worth noting that this object does not allow any modification to uploaded files, which guarantees the security of the original files.
This object is available in any WinNT / 2K server operating environment. It comes as a class object in the Microsoft Active Server Pages distribution and can be added to the server Registry as an installed DLL. This object is also known to work well with Microsoft Internet Information Server, OReilly WebSitePro server, and Omnicron Technologies OHTTPD server. It can even be used with Chili!Soft ASP products that operate under WinNT / 2K.
If you prefer Delphi DCU, the FileUpload object is included in the FutureWare product distribution. To include it in your project, simply include the object DCU in the invoking Object Pascal source file INTERFACE USES section. This comprehensive library is not only good for uploading image files on a web browser but is also capable of handling Microsoft Access, Word, and Excel documents, text and HTML files, and other file types with a defined MIME declaration.
Overall, the FutureWare Web Library FileUpload web server object is a reliable and efficient tool that Delphi and ASP developers can trust for uploading various file formats from web browsers. Its rich features and flexibility make it an ideal choice for web development projects that require a robust server-side object.
Version 2.0.0.3: N/A