• Welcome to WooUSEFUL by PHPVIBE . Please log in.

Video Uploading Problem

Started by sandeepkaler,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sandeepkalerTopic starter

Hello,

When I am uploading new video from my computer, its inserting multiple rows in database table please check screenshot:


Also I am getting this error: PHP Warning:  Missing boundary in multipart/form-data POST data in Unknown on line 0

However, its showing that video is uploaded successfully but its not showing and insert in database properly.

Please help me.
  •  

Marius

Hi!

It looks similar to this http://www.phpvibe.com/forum/206/getting-multiple-files-when-uploading-only-one/msg21596/#msg21596
but now -cli is there by default.
Anything in your error log? This isn't a common behavior so I need details.
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

sandeepkalerTopic starter


Hello,

I have resolve all other problem by putting there "/usr/bin/php5" instead of "/usr/bin/php".

But There is still one error in error log : "PHP Warning:  Missing boundary in multipart/form-data POST data in Unknown on line 0"

How can I resolve this, Please help.
  •  

Marius

I assume it's from firefox the upload.
Close down warnings for that file. There is no solution that worked in my test.

<?php error_reporting(0);



instead of
<?php



on top of lib/upload-ffmpeg.php


This will hide it.
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

awaztv

When i upload any thing video,image,music they upload but could not find anywhere in site.Please help me
  •  

Marius

Quote from: awaztv on
When i upload any thing video,image,music they upload but could not find anywhere in site.Please help me

Click verify on the top menu of this forum, to verify your account for support.
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

Similar topics (7)