开发者

File Uploading Failed when uploading video in php [closed]

开发者_运维百科 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

I am uploading picture in php.it works fine.But when i uploading video it shows file uploading failed.How can to vide file uploading.

Thank You


PHP couldn't care less what the type of the file is. It DOES care if the file is too large and exceeds specified limits. Videos tends to be MUCH larger than images, so you're probably exceeding the upload_max_size limit, amongst others.

Given that you're asking here with so few details, I think it's safe to assume that your upload handling code has absolutely not error checking at all, so I'd suggest reading this page first.


http://www.radinks.com/upload/config.php

Check the limit on file size in your php.ini (usually it's 2Mb) maybe you want to change it.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜