on this
VideoZine: Upload Video Post Page Template (page-user-upload.php)
in the theme editor i found this line and i tried to duplicate it and change the url to file but it wont work.
<div class=”form-group”>
<label for=”tp-post-url”><?php _e(‘Enter the Video URL ‘, ‘videozine’); ?></label>
<input type=”url” class=”form-control tp-clear-me” id=”tp-video-url” name=”tp-video-url”required value><?php if (isset($_POST[‘tp-video-url’])) echo esc_attr($_POST[‘tp-video-url’]);?>
</div>
i would like to have both options of url or file media from device.