amnesia623
10-05-2006, 02:52 PM
I am looking for a simple script that would allow my users to upload media for playing through the Wimpy player.
Here is my thought on the as I don't think it would be too hard to do, but don't know enough to do it myself (if that makes sense).
1. A single upload page with one field (and maybe a progress bar to show the upload progress)
2. The first time a user uploads, a folder is created and all media uploaded by that user is stored in that folder. Obviously, if the folder is there, it doesn't need to be created (ie the user has uploaded before.
Something like this:
--mediafolder
-----username
-------mediafile
-------mediafile
3. Optional - a user can list and delete his/her own files.
- script can limit upload file types (ie mp3, flv)
Wimpy media player will then read the username's folder and create a category in it's 'playlist' based on the username. In that category will be all the media from that user.
I hope this makes sense and it isn't to hard. It doesn't even have to install, it could just be simple PHP code that I could put into a vbAdvanced module.
Any questions please ask!
Here is my thought on the as I don't think it would be too hard to do, but don't know enough to do it myself (if that makes sense).
1. A single upload page with one field (and maybe a progress bar to show the upload progress)
2. The first time a user uploads, a folder is created and all media uploaded by that user is stored in that folder. Obviously, if the folder is there, it doesn't need to be created (ie the user has uploaded before.
Something like this:
--mediafolder
-----username
-------mediafile
-------mediafile
3. Optional - a user can list and delete his/her own files.
- script can limit upload file types (ie mp3, flv)
Wimpy media player will then read the username's folder and create a category in it's 'playlist' based on the username. In that category will be all the media from that user.
I hope this makes sense and it isn't to hard. It doesn't even have to install, it could just be simple PHP code that I could put into a vbAdvanced module.
Any questions please ask!