Resize when Uploading [HELP]

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Maluendaster
Forum Contributor
Posts: 124
Joined: Fri Feb 25, 2005 1:14 pm

Resize when Uploading [HELP]

Post by Maluendaster »

hi everyone, I just downloaded a script which you upload an image and then it gives you a ID to download it from your Cell Phone, the script is very simple, you choose what image to upload, click send and it will give you the address... What i need (I've tried 1000 times and it's not working ). I was wondering if anyone can help me to create another field, when the user choose a file to upload (e.i- 400x400) but the cell phone screen is for example 140x90. And what i want is that the user can put the width and height and the script automaticly resize it and upload it...

Can anyone help me?

Thank you in advance..

Here's the script..
http://rapidshare.com/files/715002/Wap_ ... r.zip.html

Maluendaster
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

We have many threads on thumbnailing, which includes the resizing of the image. Take a look through the PHPGD.com board.
Maluendaster
Forum Contributor
Posts: 124
Joined: Fri Feb 25, 2005 1:14 pm

Post by Maluendaster »

feyd wrote:We have many threads on thumbnailing, which includes the resizing of the image. Take a look through the PHPGD.com board.
thank you, but i think i found a easy way (since I'm new to php), is to download a script that resize the image, just that, and then pass it to the wap script.. you think it will work??
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Maluendaster wrote:thank you, but i think i found a easy way (since I'm new to php), is to download a script that resize the image, just that, and then pass it to the wap script.. you think it will work??
That's all thumbnailing scripts do, so probably.
Post Reply