Welcome Guest, Not a member yet? Register   Sign In
Upload clip + preview Image
#1

[eluser]amipaxs[/eluser]
Hello buddies,

I'm implementing a JW clip player that get videos from the DB, on my upload form i want to upload the clip and the preview image at the same time, is it possible to upload both different files at the same time?


should i use something like

$config1['upload_path'] = /clip'
$config1['allowed_types']= 'flv';

$config2['upload_path'] ='/img';
$config2['allowed_types'] = 'jpg';


is there any possible way to get a preview image directly from the video clip being uploaded?

thanxs in advance
#2

[eluser]Cro_Crx[/eluser]
There's a few other forum topics for multiple file uploads http://ellislab.com/forums/viewthread/135447/ is one example. Just have a search, i'm sure you'll find the answer Smile

For the previews you'll need to find a PHP library to do this for you. There's a few out there.
http://www.phpsnaps.com/snaps/view/gener...r-to-save/
#3

[eluser]amipaxs[/eluser]
thnxs a lot!




Theme © iAndrew 2016 - Forum software by © MyBB