I am using wordpress MU.I want to allow my users to upload videos to the post and then I want to generate an HTML embedding code that they can embed this video in their post or blog.Is it possible? How can I do that???
yes. one way of doing it easily is by creating another page file with the IMPORTANT variables in the wp (sessions, POST,GET,COOKIES, etc..) and to return them to the original wp templates page after your custom program execution.
Thanks for the reply but I am not a good programmer, can you please explain me how to do it exactly???
ok.. here's the summary this is the easiest way. - create your file/video uploader to a separate page - create a link from wp pages to you created page file uploader, then the variables must be secured between the page transfers - merge or create a table for the created page DATABASE to the wp or just add some columns to an existing table.