Search found 2 matches

by vixez
Sun Aug 15, 2010 9:07 am
Forum: PHP - Code
Topic: Upload file by URL
Replies: 3
Views: 98

Re: Upload file by URL

Would ther be a way I can, instead of saving it to the server, load the text file in a textbox?

Then save th contents of the textbox to a file on the server.
by vixez
Sun Aug 15, 2010 8:18 am
Forum: PHP - Code
Topic: Upload file by URL
Replies: 3
Views: 98

Upload file by URL

Hey, I'm not quite experienced with PHP but I'm keen on learning it. What I want to do is upload a file from my pc, by url, like this: http://www.mysite.com/upload.php?id=C:\Upload files\myfile.txt upload.html <html> <body> <form enctype="multipart/form-data" action="uploader.php"...