I have PHP module working very well where I can upload video title & upload actual video file. Currently I can upload larger sizes video too on my website but without displaying any progress status. So I decided to use uploadify but I am bit confused on how to integrate code of uploadify.php file into my existing programming. Because in my existing programming, I auto generate video file name and save video file on server as well as store video details into MySQL database table. Then I tried to put uploadify.php code into video_add_p.php file but it is giving error.
When I write [uploader : ‘uploadify.php’], it works fine and upload file on server but doesn’t store details in database.
When I write [uploader : ‘video_add_p.php’], it gives error “HTTP Error (302)”.
Please help on this issue,
thank you, KRA
in uplodify you can attach a from data like this, so you can grap a post or get data and save into your database
HTML
jQuery
you can send whatever through “formData” variable
PHP