Jump to content

File Upload problems.

Featured Replies

Posted

Hey folks. I need some help with something. I have a moderator trying to upload a podcast to the site.  He has no limitations on upload file size and I have my upload limits for the server set to 300M through my PHP.ini file. 

The upload reaches about 99% and then he gets a -200 error and the upload fails.  I'm attaching a screen shot.  We would very much like to host our podcasts on our own server but can't with this issue. 

 

image.jpeg

likely you hit your php upload limit

create a php file and add this in the content

<?
phpinfo();
?>

you should look for this 

http://prntscr.com/bq8e7y

  • Author

No that's not it.  My upload limit is set to 300M. Just checked via phpinfo 

  • 2 weeks later...

Any resolution to this?  I'm getting the -200 error too, when trying to upload a new favicon.

Have you checked max_execution_time

Yep, I was told by my host that I was only allowed 30 seconds in script execution time and would have to change to a dedicated or cloud base server to have a larger limit to allow files to be uploaded larger than 30mb. Not sure if this would apply in your issue.

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.