![]() Topic awaiting preservation: Download/Upload file with URL (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Belgium |
![]() Hi All, |
Maniac (V) Mad Scientist From: :morF |
![]() Which programming language were you thinking of using? I'd personally use PHP for this (then again I'd personally use PHP for almost everything |
Bipolar (III) Inmate From: Belgium |
![]() Yes I was thinking about PHP to do achieve this but my knowledge of PHP is not that big. |
Maniac (V) Mad Scientist From: :morF |
![]() Hang on...are you thinking of doing this from a site that isn't yours to a site that is yours? that's stealing mate...and I won't help you do that. |
Bipolar (III) Inmate From: Belgium |
![]() Yes, I think you could (ab)use it this way but that's not my intention. |
Maniac (V) Mad Scientist From: :morF |
![]() Well...it is entirely possible to do it...I'm a bit busy right now, but I'll write up a hack for it sometime soon. |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
![]() you'll hast have to grab the url from the form, fopen() it, read it, extract it's filename, store it, and you're set. |
Bipolar (III) Inmate From: Belgium |
![]() Nice excercise, indeed. |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
![]() Sorry? |
Bipolar (III) Inmate From: Belgium |
![]() Nope, all the urls I submit start with "http://". code: $url = addslashes($url);
|
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
![]() well, it should work for full urls (like http://www.example.tld/myfile), |
Bipolar (III) Inmate From: Belgium |
![]() A lot of information there. |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
![]() I'll only know when I look at it. |
Bipolar (III) Inmate From: Belgium |
![]() Never mind, here's the solution! code: <?PHP Thanks for the tips. |
Nervous Wreck (II) Inmate From: |
![]() What OS are you using? Do you have an ftp client? Windows might use ws-ftp. I use gFTP in Linux an this is what I do. |