We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need new video submission. UI finished at contribute.php
contribute.php
Will POST content to response/submitvideo.php
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 }
The text was updated successfully, but these errors were encountered:
UI job completely done. @swvist Please get this task done as first priority.
Sorry, something went wrong.
Done. Code works independently, needs to be tested with front end. Issue closed. Check 94a512e, a746fb4
nxvipin
No branches or pull requests
Need new video submission.
UI finished at
contribute.php
Will POST content to
response/submitvideo.php
Sample data :
Need json response as :
The text was updated successfully, but these errors were encountered: