Recent content by CANT_LOGIN

  1. C

    Delphi (Programming Language) - About TWebBrowser and the file upload html form, any...

    ...help? Hello, I have a web form, the one that uploads files, copy the following and paste into notepad and save to html file for preview: <form enctype="multipart/form-data" action="upload.php" method="POST"> file: <input name="uploaded" type="file" /> <input type="submit" value="Upload" />...
  2. C

    Can I upload a file using a PHP script on the server and a link that contains...

    ...the local file name? Hello, Let's say I have a PHP script on my domain www.example.com (www.example.com/upload.php) I want to upload a local file on my computer "c:\test.txt" to my domain by entering a link on my favourite browser that goes like this...
Back
Top