ricmetal Posted March 29, 2011 Share Posted March 29, 2011 hey people i cant get copy() to work. im working on an online server and trying to copy a file into directories i just created. i read about fopen() having to be enabled if both source and destination files are urls, and fopen is enabled and both files are urls (and on the same server). the directories get created but the file doesnt get copied. the directories have permission 777. could it be that when i call the copy function the directories aren't yet available on the server? i am copying the file in the same code block as 'create folders', right after. any pointers? Link to comment https://forums.phpfreaks.com/topic/232018-copy-not-working/ Share on other sites More sharing options...
FRSH Posted March 29, 2011 Share Posted March 29, 2011 Check the filepath again Link to comment https://forums.phpfreaks.com/topic/232018-copy-not-working/#findComment-1193569 Share on other sites More sharing options...
ricmetal Posted March 29, 2011 Author Share Posted March 29, 2011 oh duh i needed to add a filename to the target hahaha Link to comment https://forums.phpfreaks.com/topic/232018-copy-not-working/#findComment-1193571 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.