The Joomla! Forum ™



Forum rules


Please use the mailing list here: http://groups.google.com/group/joomla-dev-general rather than this forum.



Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: copy _files
PostPosted: Sat Apr 07, 2012 12:35 am 
Joomla! Intern
Joomla! Intern

Joined: Sat May 07, 2011 3:04 am
Posts: 90
is there a way to copy a file content to onother.
something like this
Code:
$_FILES['file1']=$_FILES['file2']

if possible how can i do it?


Last edited by imanickam on Tue Apr 10, 2012 1:41 am, edited 1 time in total.
Moved the topic from the forum General Questions to the forum Coding


Top
 Profile  
 
 Post subject: Re: copy _files
PostPosted: Tue Apr 10, 2012 12:45 am 
Joomla! Intern
Joomla! Intern

Joined: Sat May 07, 2011 3:04 am
Posts: 90
actually that's exactly how it's done
Code:
$_FILES['file1']=$_FILES['file2']

the superglobal $_FILES its an array, and arrays can be copied that way.
for those this might be of interest, i was doing it this way but i fail because i used the function move_uploaded_file and then i try to use that file again.
of course i got errors, the file was already moved away.
so, for us young programmers, be aware when writing down your codes. and dont let the silence bring you down.
the old boys are the proof we can improve our selfs


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 



Who is online

Users browsing this forum: No registered users and 14 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group