I have a folder called x-tract and in that folder i have a folder called
admin and music.
while in the admin folder i want to upload a file to the music file. i;ve
tried
copy($_FILES['musicfile']['tmp_name'],
"../music/".$_FILES['musicfile']['name']); ?> this does not work.
any ideas?
thanks
--
Kathryn (Fire Juggler)
admin and music.
while in the admin folder i want to upload a file to the music file. i;ve
tried
copy($_FILES['musicfile']['tmp_name'],
"../music/".$_FILES['musicfile']['name']); ?> this does not work.
any ideas?
thanks
--
Kathryn (Fire Juggler)
Comment