Re: ftp_put() problems
- From: "tripwater" <tripwater@xxxxxxxxx>
- Date: 7 Jul 2005 11:05:18 -0700
Thank you for the reply. I will try what you suggested. One thing I am
curious about is why would I need the full path to the source file?
For example, why do I not have to pass in the full path when just
uploading a file like this:
move_uploaded_file($HTTP_POST_FILES['userfile']['tmp_name'],
$path."/".$HTTP_POST_FILES['userfile']['name']) I do not give it the
full path, just the tmp name of the file. I thought that having access
to the post file[userfile][name] would be enough.
Thanks again for your time
.
- Follow-Ups:
- Re: ftp_put() problems
- From: tripwater
- Re: ftp_put() problems
- References:
- ftp_put() problems
- From: tripwater
- Re: ftp_put() problems
- From: Mike Willbanks
- ftp_put() problems
- Prev by Date: Re: Artist needs advice.
- Next by Date: Re: PHP Download Limitation 2MB
- Previous by thread: Re: ftp_put() problems
- Next by thread: Re: ftp_put() problems
- Index(es):
Relevant Pages
|