I have built a site based on PHP and MySQL. I have provided the users the ability to upload a photo up to 100KB in size, but most users do not resize their photo so they don't upload it.

Is there a way to let them upload a file up to 2MB in size and then have it resized on the server-side, or should I do it manually?

For example in Facebook I can upload a 1.5MB picture which then gets resized to a 3KB small version, 8KB medium version, 100KB large version.

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.