# Resize big filesize image PHP

**URL:** https://forum.kirupa.com/t/resize-big-filesize-image-php/237469
**Category:** programming
**Created:** [August 30, 2007, 4:29pm UTC](https://forum.kirupa.com/t/resize-big-filesize-image-php/237469 "2007-08-30T16:29:46Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![imagined](https://avatars.discourse-cdn.com/v4/letter/i/a87d85/32.png) [@imagined](https://forum.kirupa.com/u/imagined)
#### Post date: [August 30, 2007, 4:29pm UTC](https://forum.kirupa.com/t/resize-big-filesize-image-php/237469/1 "2007-08-30T16:29:46Z")

</div>

I programmed a shopping cart system which uploads photos for products. Now, when the filesize of the photo is very large it doesnt upload. I know PHP has a filesize limitation. I would not like to increase it on the php.ini file because that would require a large load on the server.

Im wondering how sites like [ringo.com](http://ringo.com) or [fotolog.com](http://fotolog.com) manage to upload photos of ANY size.

Is there a way to resize the photo on the client side and the upload it?
