Video's not being uploaded
|
|
Hello, I have a slight problem with uploading and encoding video’s through a form. After the post request is done, heywatch does not redirect me to my error or success page, the video’s also do not show up at the dashboard as raw or encoded video’s. Did I miss something?
<div class="post_form">
<form action="http://heywatch.com/upload" method="post" id="addform" enctype="multipart/form-data">
<input type="hidden" value="KEY" name="key" />
<input type="hidden" value="{$member['member_id']}" name="userid" />
<input type="hidden" value="{$videofilename}" name="title" />
<input type="hidden" value="{$videofilename}" name="video_id" />
<input type="hidden" value="http://www.domain.com/index.php?app=video&module=videomod§ion=videosec&do=video_upload_success" name="redirect_if_success" />
<input type="hidden" value="http://www.domain.com/index.php?app=video&module=videomod§ion=videosec&do=video_upload_fail" name="redirect_if_error" />
<h2 class="maintitle">Upload new video</h3>
<fieldset>
<h3 class="bar">Information</h3>
<ul>
<li class="field">
<label for="video_name">Video name</label>
<input type="text" name="video_name" id="video_name" class="input_text required" />
</li>
<li class="field">
<label for="video_cat">Video category</label>
<select name="video_cat" id="video_cat" class="input_select">
{$categoryoptions}
</select>
</li>
<li class="field">
<label for="video_tags">Video tags (separate by comma)</label>
<input type="text" name="video_tags" id="video_tags" class="input_text required" />
</li>
</ul>
<h3 class="bar">Description</h3>
{$formData['editor']}
<h3 class="bar">File</h3>
<ul>
<li class="field">
<label for="video_file">Video file</label>
<input type="file" name="data" id="video_file" class="required" />
</li>
</ul>
</fieldset>
<fieldset class="submit">
<input type="submit" value="Upload video" class="input_submit" />
</fieldset>
</form>
</div>
|
|
|
Your upload form is okay. There is an auth error because of the domain name you upload from. Do you upload from this domain? If your domain contains www. you must set www.domain.com in your HW account too. |
|
|
Ah, I’ll try that |
|
|
hey hello hey i got a problem with uploading video’s through different forms. i am able to post the request , the video’s also do not show up at the dashboard as raw or encoded video’s. please help me out here i am counting on u http://www.bibleknowledgebookstore.com/christmas/ornaments.html |