javascript - Resize image on client side before uploading to the server -
there plenty of information on web resizing uploaded image on server. can't find information resizing on client instead.
i using this php code handle upload. works, web server accepts uploads of 2 mb or smaller. therefore, want client side code resize uploaded image no larger this.
no. php server side language. cannot resize images on client side php.
Comments
Post a Comment