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.
Search found 2 matches
- Sun Aug 15, 2010 9:07 am
- Forum: PHP - Code
- Topic: Upload file by URL
- Replies: 3
- Views: 98
- 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"...