nitcalicut / Paathshaala

Social Content Repository for NITC
www.paathshaala.nitc.ac.in
GNU General Public License v3.0
12 stars 7 forks source link

New video submission required #21

Open jaseemabid opened 12 years ago

jaseemabid commented 12 years ago

Need new video submission. UI finished at contribute.php

Will POST content to response/submitvideo.php

Sample data :

{
    "title"  : "My new video",
    "tags"   : "A, csv, string, please filter in server side",
    "series" :  "A string, sample : nptel mech 1234",
    "desc"   : "Description"
}

Need json response as :

{
    "status" : 0 for error
    "status" : 1 for success
}
jaseemabid commented 12 years ago

UI job completely done. @swvist Please get this task done as first priority.

nxvipin commented 12 years ago

Done. Code works independently, needs to be tested with front end. Issue closed. Check 94a512e2c3f5f61968dbdc78c02cef6e63d65331, a746fb4b558da764d9edc8dacfadc249f9de13c9