CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2002
    Posts
    10,943

    Reading from hard drive.

    Is it possible to get a remote webserver to read from my hard drive? I would like to make an uploader PHP to my website so I don't have to do it with the companies input boxes.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  2. #2
    Join Date
    May 2004
    Location
    Germany
    Posts
    655

    Re: Reading from hard drive.

    well, if you have root access to the server you could mount a networkdrive/path on this machine targeting yours.
    now the script on the webserver can access this mountpath, if it has the rights to do this.

    otherwise...

    you have to set up a script on your local machine and let the two of them communicate with each other. the script on your machine can read the local files, read them and submit them to the script on the server.
    there are 10 kinds of people. those who understand binary and those who don't...

    rate a post if you find it usefull, thx
    check out my Firefox/Mozilla Extension: http://urlparams.blogwart.com/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured