[PHP] Saving and mailing remote file

2004-05-13 Thread Sascha Meyer
Hi there! I need to email linked files (URLs are retrieved from a database) with PHP but after I downloaded the remote file through my script the downloaded file headers are always damaged ( I tried to download pdf and zip files). Could one of you help me in saving the remote file to the local

RE: [PHP] Saving and mailing remote file

2004-05-13 Thread Jay Blanchard
[snip] Could one of you help me in saving the remote file to the local webserver? [/snip] Can you be more clear here? There is a file on a remote server that you want to save locally? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Antwort: RE: [PHP] Saving and mailing remote file

2004-05-13 Thread Sascha Meyer
Hi again, I need to download a remote file (e.g. some linked pdf document on another server) and send this file to a defined user. I don't know if there is a way to attach a remote file to an email (I don't want to send a link to the above mentioned file, but the file itself...) Sascha --

[PHP] RE: Antwort: RE: [PHP] Saving and mailing remote file

2004-05-13 Thread Jay Blanchard
[snip] I need to download a remote file (e.g. some linked pdf document on another server) and send this file to a defined user. I don't know if there is a way to attach a remote file to an email (I don't want to send a link to the above mentioned file, but the file itself...) [/snip] You

Re: [PHP] Antwort: RE: [PHP] Saving and mailing remote file

2004-05-13 Thread Burhan Khalid
Sascha Meyer wrote: Hi again, I need to download a remote file (e.g. some linked pdf document on another server) and send this file to a defined user. I don't know if there is a way to attach a remote file to an email (I don't want to send a link to the above mentioned file, but the file

[PHP] Re: Antwort: RE: [PHP] Saving and mailing remote file

2004-05-13 Thread AcZ
Sascha Meyer wrote: Hi again, I need to download a remote file (e.g. some linked pdf document on another server) and send this file to a defined user. I don't know if there is a way to attach a remote file to an email (I don't want to send a link to the above mentioned file, but the file

[PHP] Antwort: RE: Antwort: RE: [PHP] Saving and mailing remote file

2004-05-13 Thread Sascha Meyer
Hi Jay, that's exactly what I need to accomplish (as I mentioned: I wanted to download the file to the webserver - which means saving the file locally, cause that's where the script resides - and then send it to the email recipient). I need to find a way to download the file itself, the rest

RE: [PHP] Saving and mailing remote file

2004-05-13 Thread Oliver Hankeln
Sascha Meyer wrote: Hi Jay, that's exactly what I need to accomplish (as I mentioned: I wanted to download the file to the webserver - which means saving the file locally, cause that's where the script resides - and then send it to the email recipient). I need to find a way to download