Php/ajax Modification 03.10.08
I am looking for some modification to my existing import video script which is based on PHP/AJAX/MYSQl. here is the current functionality.
Upload file to ftp directory on the server.
A list of available files on the server is displayed in the admin area.
Select a file.
Next screen displays a form to enter video title, tag and category.
Enter the details and Press Next
Video is sent to encode.
Now How I want it work.
—————————–
Upload file to ftp directory on the server.
A list of available files on the server is displayed in the admin area.
Select ONE OR MULTIPLE files.
Next screen displays a form for ONE OR MULTIPLE Videos to enter video title, tag and category.
Enter the details and Press Next
Video is sent to encode ONE BY ONE IN QUEUE, maybe save the information in database and it will process one by one.
—————————–
In short words, I want the script to select and process multiple files instead of single. For more easy understanding of how this script works I am attaching screen shots.
I need it done as soon as possible.


















