• Hello,
    I am getting HTTP error on video file upload(with 30MB or above that size file). A file upload process bar showing me 100% but at the time of crunching i am getting such error “HTTP error” Please help me to solve out this. I was changed my php ini with max file upload size and post max size to 200MB so i think this is not an issue. Let me know please how do i over come with this issue.

    Regards,
    Anil

Viewing 3 replies - 1 through 3 (of 3 total)
  • Do you actually have that much space to allocate?

    Thread Starter anil.spaceo

    (@anilspaceo)

    Hi,

    First of all thanks for your reply.
    I am not getting you will you please explain me in some more in details if possible then please give some example code for that what i need to do for resolve that issue.

    Regards,
    Anil

    You’ve told PHP to allow file uploads of 200MB. Does the server have that much space for you to use. It doesn’t do any good to tell PHP to use resources that are not available.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘HTTP ERROR’ is closed to new replies.