want to check whether there is a way for php to when the user uploads a video, assumes that there is a photo 1000x1000 that exceeds the 200x200 value and height , then I force it to 200x200 the other and save it as a file in a certain file may be cal...
I d like to ask all the great gods if you don t use packages or frames, what are the ways to upload pre-download videos? for example, used to be a "very tall " piece all forced to 800x600 16:9 (proportional) or a very high film does not chang...
check the php upload photos can I catch the height of the photos uploaded by the user? in this way I can restrict the upload px, for example, can only upload photos of the px below 800x600 $_FILES[ xxx ][ size ] I can know size in this way, but...
I wrote an upload photo api for ios to use: if($_FILES[ cover ][ size ] != ){ do.... }else{ echo error! ; } The counterpart bit is also cover and post matching , but it just happens to be error! can t catch the file size of th...