rubing Posted May 18, 2008 Share Posted May 18, 2008 yo homeslices. i am trying to use CURL in order to save some mp3 files to my server. i have a simply wonderful script for doing so that i patched together from other smarter people out there on the inter-web. One thing i'm having problems with is that an fopen will fail when the my song (mp3 file) has a slash character. And so fopen has this existential dilema b/c it's trying to write to a directory that doesn't exit and so starts barfing up a bunch errors. is there some kind of escaping command for fopen. or do i have to regex those bad boys out there. huh huh??? tell me...plz!!!! Quote Link to comment https://forums.phpfreaks.com/topic/106160-solved-fopen-fooled-by/ Share on other sites More sharing options...
GingerRobot Posted May 18, 2008 Share Posted May 18, 2008 You'll have to take them out -- files names shoudn't have slashes in them. Quote Link to comment https://forums.phpfreaks.com/topic/106160-solved-fopen-fooled-by/#findComment-544142 Share on other sites More sharing options...
rubing Posted May 18, 2008 Author Share Posted May 18, 2008 awesome ben, you're the coolest xylon i've met here! Quote Link to comment https://forums.phpfreaks.com/topic/106160-solved-fopen-fooled-by/#findComment-544147 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.