Jump to content

resizing image?


daxguy

Recommended Posts

i have a script that uses simple file function to upload images.. is der a way i can sumhow select multiple files and use them to upload.. or is there a way i can resize or reduced the size of the image as its being uploaded.. if yes please guide me through!

 

i use simple form to upload the file and use the following file to upload

 

move_uploaded_file($_FILES['img']['tmp_name'], "images/albums/{$_FILES['img']['name']}");

Link to comment
https://forums.phpfreaks.com/topic/216734-resizing-image/
Share on other sites

This is not something someone would just "walk you through"... There are a lot of php classes that you can find that do what you are asking. But sounds like you need something custom. If you search deep on Google or Bing, and spend some time learning the basics of php, you might find this easier than you think.

Link to comment
https://forums.phpfreaks.com/topic/216734-resizing-image/#findComment-1126053
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.