checking image size before upload

后端 未结 6 2014
暖寄归人
暖寄归人 2020-12-11 08:48

I noticed when uploading a profile pic to Twitter that its size is checked before upload. Can anyone point me to a solution like this?

Thanks

6条回答
  •  时光取名叫无心
    2020-12-11 09:42

    If you're checking the file size you can use something like uploadify to check the file size before upload.

    Checking the actual file dimensions (height / width) may need to be done on the server.

提交回复
热议问题