–wordpress 3.0.4–Theme MistyLook– lib+cache are 777–FFMPEG is installed– https://su-voessing.de/video –firefox–
@ Praveen
I dont get the message: “Video preview image succesfully added” …also clear the browser-cache.
I cant find my preview-img in the wp-files on my strato-server(search over filezilla) only the default-preview-img.png is still there!
Questions:
1. after upload, in witch folder have to be my new preview-img ?
2. its possible to edit the new preview-img direct in my video-site ?
3. what do you think to set the permissions for admin to 775 or 777 – maybe it works with the upload ( actually is 755)?
is this code correct ?
gallery-details.php
//Section to upload preview imaage for video
if(isset($_POST['TB_previewimage_single']) && !empty($_POST['TB_previewimage_single']) && trim($_POST['TB_UploadPreviewImage']) == 'Upload Image' && is_array($_FILES['preview_image'])){
if(empty($_FILES['preview_image']['tmp_name'][0]))
CvgCore::show_video_error(__('No preview images uploaded'));
else
CvgCore::upload_preview();
}
$gid = $_GET['gid'];
Thanks