is_uploaded_file() help needed

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ralph Freshour

    is_uploaded_file() help needed

    I'm using the is_uploaded_fil e() function to check if I'm uploading
    via Http - I am using copy() and when I use the is_uploaded_fil e()
    function it returns false - am I using the wrong upload method?

    Thanks...

  • Michael Willcocks

    #2
    Re: is_uploaded_fil e() help needed

    try :



    "Ralph Freshour" <ralph@primemai l.com> wrote in message
    news:8fp9ov8r03 147gt3hqdufql0f moihpb0u5@4ax.c om...[color=blue]
    > I'm using the is_uploaded_fil e() function to check if I'm uploading
    > via Http - I am using copy() and when I use the is_uploaded_fil e()
    > function it returns false - am I using the wrong upload method?
    >
    > Thanks...
    >[/color]


    Comment

    • Ralph Freshour

      #3
      Re: is_uploaded_fil e() help needed

      I changed my code to use move_uploaded_f ile() but the function
      is_uploaded_fil e() is still failing to indicate the file was uploaded
      via http


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

      Comment

      Working...