Giter Site home page Giter Site logo

Uploads File Video about xoopscore25 HOT 13 CLOSED

xoops avatar xoops commented on September 22, 2024
Uploads File Video

from xoopscore25.

Comments (13)

mambax7 avatar mambax7 commented on September 22, 2024

Did you check your php.ini for max size of upload file? Most probably that's the issue...

from xoopscore25.

txmodxoops avatar txmodxoops commented on September 22, 2024

You should not give error in this case?

from xoopscore25.

mambax7 avatar mambax7 commented on September 22, 2024

Why not? Did you check your PHP error.log?
I got something like "PHP Warning: POST Content-Length of 146077127 bytes exceeds the limit of 8388608 bytes"

See:
https://www.sitepoint.com/upload-large-files-in-php/
https://blog.hqcodeshop.fi/archives/185-PHP-large-file-uploads.html

from xoopscore25.

txmodxoops avatar txmodxoops commented on September 22, 2024

Look at the log in two days

[13-May-2016 19:04:02 Europe/Paris] PHP Warning: POST Content-Length of 6536867 bytes exceeds the limit of 3145728 bytes in Unknown on line 0

[14-May-2016 00:06:00 Europe/Paris] PHP Warning: POST Content-Length of 163622385 bytes exceeds the limit of 3145728 bytes in Unknown on line 0

Default Settings:

  • memory_limit = 128M
  • upload_max_filesize = 64M

from xoopscore25.

mambax7 avatar mambax7 commented on September 22, 2024

Just find out where you have the max of 3MB (3145728 bytes), and fix it.

from xoopscore25.

txmodxoops avatar txmodxoops commented on September 22, 2024

My problem is definitely on the online server because with a hosting plan that does not allow me access to php.ini file, I can not load above the limit size video files

from xoopscore25.

mambax7 avatar mambax7 commented on September 22, 2024

Also check your post_max_size settings.

from xoopscore25.

txmodxoops avatar txmodxoops commented on September 22, 2024

It did, but online is a limit, you can only use links from youtube or other video provider

from xoopscore25.

mambax7 avatar mambax7 commented on September 22, 2024

Try using .htaccess:
http://roshanbh.com.np/2008/01/uploading-larger-files-in-php.html

from xoopscore25.

mambax7 avatar mambax7 commented on September 22, 2024

Otherwise try "chunking" - there are some links here:
http://stackoverflow.com/questions/16102809/how-to-upload-large-files-above-500mb-in-php

from xoopscore25.

txmodxoops avatar txmodxoops commented on September 22, 2024

This say outclasses the php.ini file?

from xoopscore25.

mambax7 avatar mambax7 commented on September 22, 2024

Sorry, can't help you on this, I never had to deal with big files. But since this is a very common issue, you can do some research, and I am sure, you'll find something.
Bottom line - it's not XOOPS issue, it's PHP issue.

from xoopscore25.

txmodxoops avatar txmodxoops commented on September 22, 2024

It is true it is not a problem xoops, unfortunately in my language are not always found aid of this kind, I typed these keywords already on google but could not find the ideal solution. Unfortunately I think that my service provider will ask me definitely to increase the web space with additional annual costs.

from xoopscore25.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.