Hi,
I'll try and explain what I would like to do and then someone can probably tell me to forget it 🙂
I am developing a site where the user has total control over the site content. In an admin function they can upload .mp3 files for release to the web. To make the mp3's easy to play and more cross-browser compliant I am going down the route of creating a .m3u file with a link to the mp3 within it.
What I want to do is to create the .m3u file, add the url inside it and then upload it. All this should happen when the user clicks "upload".
Have I got a chance ?
Thanks