|
-
September 29th, 2005, 09:55 PM
#1
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.
-
September 30th, 2005, 03:13 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|