steviez Posted July 17, 2008 Share Posted July 17, 2008 Hi, Does anyone know how to make a file upload from a url (remote upload)? I have looked all over the net but cant seem to find much help. Thanks Link to comment https://forums.phpfreaks.com/topic/115325-upload-from-url/ Share on other sites More sharing options...
ratcateme Posted July 17, 2008 Share Posted July 17, 2008 do you mean you tell the browser to upload a file without the user doing anything Scott. Link to comment https://forums.phpfreaks.com/topic/115325-upload-from-url/#findComment-592906 Share on other sites More sharing options...
steviez Posted July 17, 2008 Author Share Posted July 17, 2008 no, a user pastes a link in the upload box and presses upload and it uploads it from a remote site (URL Upload) Link to comment https://forums.phpfreaks.com/topic/115325-upload-from-url/#findComment-592912 Share on other sites More sharing options...
ratcateme Posted July 17, 2008 Share Posted July 17, 2008 so the user puts a url in and you want to get the url and save it. you can use curl and the fopen(), fwrite() functions Scott. Link to comment https://forums.phpfreaks.com/topic/115325-upload-from-url/#findComment-592917 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.