Omid
- 181
- 0
Is it possible to upload files by a utility written in Borland delphi? I mean uploading files from a windows client to a server on the Internet.
Uploading files from a Windows client to a server using Borland Delphi is feasible, but the existing solutions often require running a server executable on the web server, which may not be possible if direct access is unavailable. The user encountered limitations with a code sample from Planet Source Code that does not utilize standard HTTP web servers. Alternative methods or tools that do not require server-side execution are necessary for successful file uploads in this scenario.
PREREQUISITESDevelopers using Borland Delphi who need to implement file upload functionality from Windows clients to servers, particularly in environments where direct server access is restricted.