|
-
Dec 25th, 2006, 02:29 AM
#1
Thread Starter
Member
Copy uploaded files
What is the difference between Move_uploaded_files and copy_uploaded_files
in PHP.
-
Dec 25th, 2006, 03:52 AM
#2
-
Dec 25th, 2006, 03:56 AM
#3
Re: Copy uploaded files
move_uploaded_file
copy_uploaded_file
Please don't say its that hard.
-
Jan 4th, 2007, 07:28 PM
#4
Re: Copy uploaded files
COPY_uploaded_file - copies the file to another location
MOVE_uploaded_file - moves it to another location.
dont hurt yourself k?
My usual boring signature: Something
-
Jan 5th, 2007, 02:50 AM
#5
Re: Copy uploaded files
i don't think another sarcastic post was needed after the two original sarcastic posts were given.
-
Jan 5th, 2007, 08:38 AM
#6
Re: Copy uploaded files
 Originally Posted by kows
i don't think another sarcastic post was needed after the two original sarcastic posts were given.
Is that a sarcastic comment too?
-
Jan 5th, 2007, 09:53 AM
#7
Re: Copy uploaded files
Is there even a copy_uploaded_file method in PHP?
-
Jan 5th, 2007, 10:32 AM
#8
Re: Copy uploaded files
 Originally Posted by mendhak
Is there even a copy_uploaded_file method in PHP?
no, that function doesn't exist.
there are two functions, is_uploaded_file() and move_uploaded_file(). uploaded files are usually made in the temporary directory, so I'm not sure why you would want to copy a temporary file in the first place. kind of a waste of space.
 Originally Posted by visualAd
Is that a sarcastic comment too?
actually, no, not really, or at least -- that's not what I intended. I just didn't see any reason for the two week old, obviously resolved post to be bumped to say something like that :/
-
Jan 5th, 2007, 02:33 PM
#9
Re: Copy uploaded files
It was because 1, i felt like i knew it and Because i wanted to see if you get Post counts In PHP forum.
My usual boring signature: Something
-
Jan 5th, 2007, 04:22 PM
#10
Re: Copy uploaded files
of course you can. you get posts in every forum except for the public topic ones. why would you think you couldn't?
PS: don't answer that, just let the thread die.
-
Jan 5th, 2007, 04:47 PM
#11
Re: Copy uploaded files
 Originally Posted by kows
of course you can. you get posts in every forum except for the public topic ones. why would you think you couldn't?
PS: don't answer that, just let the thread die.
I like this thread too much to let it die. Let us discuss it in a more appropriate place:
http://www.vbforums.com/showthread.p...30#post2740530
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|