in reply to Re^6: Perl cgi script for directory listing and file downloading!! Problem: Unable to download the file
in thread Perl cgi script for directory listing and file downloading!! Problem: Unable to download the file

You still need to learn about the difference between access via HTTP and local access. HTTP uses http:// URLs. Local access uses file paths like C:\www\Documents\. readdir does local access. The web browser does HTTP access.

  • Comment on Re^7: Perl cgi script for directory listing and file downloading!! Problem: Unable to download the file
  • Select or Download Code