Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

Upload big files?

0

37 views

Hi,

i'm running Zend Server CE (http://www.zend.com/en/products/server-ce/) and i'm developing a project (Zend Framework) which requires uploading big files ( video, > 100MB ). I have been trying to configure php.ini:

file_uploads = On upload_max_filesize = 200M max_input_time = 1800 memory_limit = 256M max_execution_time = 1800 post_max_size =204M

  • according to numerous articles over the internet related to php configuration for big files uploads.

The problem is bigger files (over few MB) still can not be uploaded. I have also tried to use uploadify flash uploader (http://www.uploadify.com/), but when i try to upload bigger files (outside localhost) the problem persists. I have tried this with ready made samples from uploadify website, which means that the problem is not in my project.

Probably i am not configuring the server properly for uploading big files.

Please help !!? Thanks!

asked April 6, 2011 3:11 am CDT
posted via ServerFault

1 Answers

0
 

After you make changes to any configuration files used by Apache, and that includes php.ini, you need to have Apache reload the files. This is most often done using apachectl graceful but as you haven't told us what OS you're using that command may ormay not be correct for you.

answered April 8, 2011 4:11 am CDT

Your answer

Join with account you already have


Sign in with Twitter account
Sign in with Facebook account
Sign in with Google Friend Connect

Preview
Similar questions
Upload files with Apache
December 29, 2010