Connecting Tech Pros Worldwide Forums | Help | Site Map

is_uploaded_file() help needed

Ralph Freshour
Guest
 
Posts: n/a
#1: Jul 17 '05
I'm using the is_uploaded_file() function to check if I'm uploading
via Http - I am using copy() and when I use the is_uploaded_file()
function it returns false - am I using the wrong upload method?

Thanks...


Michael Willcocks
Guest
 
Posts: n/a
#2: Jul 17 '05

re: is_uploaded_file() help needed


try :
http://au.php.net/move_uploaded_file


"Ralph Freshour" <ralph@primemail.com> wrote in message
news:8fp9ov8r03147gt3hqdufql0fmoihpb0u5@4ax.com...[color=blue]
> I'm using the is_uploaded_file() function to check if I'm uploading
> via Http - I am using copy() and when I use the is_uploaded_file()
> function it returns false - am I using the wrong upload method?
>
> Thanks...
>[/color]


Ralph Freshour
Guest
 
Posts: n/a
#3: Jul 17 '05

re: is_uploaded_file() help needed


I changed my code to use move_uploaded_file() but the function
is_uploaded_file() is still failing to indicate the file was uploaded
via http


On Thu, 9 Oct 2003 14:58:24 -0700, "Michael Willcocks"
<michael@metrogroup.com.au> wrote:
[color=blue]
>try :
>http://au.php.net/move_uploaded_file
>
>
>"Ralph Freshour" <ralph@primemail.com> wrote in message
>news:8fp9ov8r03147gt3hqdufql0fmoihpb0u5@4ax.com.. .[color=green]
>> I'm using the is_uploaded_file() function to check if I'm uploading
>> via Http - I am using copy() and when I use the is_uploaded_file()
>> function it returns false - am I using the wrong upload method?
>>
>> Thanks...
>>[/color]
>[/color]

Closed Thread