|
-
Apr 16th, 2006, 08:19 AM
#1
Thread Starter
Lively Member
Uploading files $_GET
is there a way to upload a file using the $_GET function, so i can just go to
"http://blabla.com?file=C:\file.txt" or whatever and it will upload the file to my server.
-
Apr 16th, 2006, 08:32 AM
#2
Re: Uploading files $_GET
No. If that were possible, anyone could post a link to download any file on your PC. Even when using POST requests, the only infomration given to the server about the file which was upploaded is its name and the data inside it.
-
Apr 16th, 2006, 08:45 AM
#3
Thread Starter
Lively Member
Re: Uploading files $_GET
Because i need my program every 30 seconds to upload a file to my server.
-
Apr 16th, 2006, 09:05 AM
#4
Re: Uploading files $_GET
Then do it from your computer then. Use the FTP protocoll or someting from your computer to upload it, not the other way around..
-
Apr 16th, 2006, 10:11 AM
#5
Re: Uploading files $_GET
 Originally Posted by SlicedCheese
Because i need my program every 30 seconds to upload a file to my server.
you'll see in my sig an application which allows you to upload files via HTTP. You could modify that. however, there is no way of doing it from a web browser.
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
|