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 P.

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.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

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 P.

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.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

awaztv

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

Marius P.

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.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Similar topics (7)