PHP file upload

Posted by Develman on Stack Overflow See other posts from Stack Overflow or by Develman
Published on 2010-03-11T20:13:50Z Indexed on 2010/03/11 20:19 UTC
Read the original article Hit count: 280

Filed under:
|
|

I have big trouble with file uploads with php. My own tests are successful but my colleague is telling me that he cannot update "larger" (ca. 5mb) files.

Phpinfo says: - max_execution_time 30 - memory_limit 32 Mb - post_max_size 8 Mb - upload_max_filesize 10 Mb

Is it better to use FTP? The problem is that I cannot change these settings at my webhoster.

© Stack Overflow or respective owner

Related posts about php

Related posts about apache