php resize image on upload

后端 未结 12 1472
别跟我提以往
别跟我提以往 2020-11-27 04:09

I got a form where the user is inserting some data and also uploading an image.

To deal with the image, I got the following code:

define(\"MAX_SIZE\"         


        
12条回答
  •  心在旅途
    2020-11-27 04:32

    You can use this library to manipulate the image while uploading. http://www.verot.net/php_class_upload.htm

提交回复
热议问题