# Upload big files (PHP)

**URL:** https://forum.kirupa.com/t/upload-big-files-php/33204
**Category:** Uncategorized
**Created:** [October 16, 2003, 9:49am UTC](https://forum.kirupa.com/t/upload-big-files-php/33204 "2003-10-16T09:49:36Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Drunken](https://avatars.discourse-cdn.com/v4/letter/d/a4c791/32.png) [@Drunken](https://forum.kirupa.com/u/Drunken)
#### Post date: [October 16, 2003, 9:49am UTC](https://forum.kirupa.com/t/upload-big-files-php/33204/1 "2003-10-16T09:49:36Z")

</div>

Heya!

I have some trouble to upload files in PHP with more than 2mb…

I had changed in php.ini the

```php
upload_max_filesize = 8M

```

and had also tryied in bytes format:

```php
upload_max_filesize = 8388608

```

but still not working with big files…

also changed this with bigger values

```php
post_max_size 

max_execution_time 

```

but no way…

PHP version is 4.2.2  
OS is Red Hat linux 8.0  
Apache 2

thks for any help!! 🙂
