Upload Module Modification 18.09.08
1) I want to add an “upload module” for my youtube clone script that can upload media files directly from the web server so instead of Http POST the module should use just “cp” then convert from avi/mpeg etc to flv. The conversion mechanism already exists.
I already have a few modules that can add media files from local disk or grab from youtube so I think that you can inspire from this modules.
2) I want to add a custom background for my youtube clone members in series page. Now I have this feature for channels page but I need also for video series page.
10x