chelnov63 Posted July 30, 2007 Share Posted July 30, 2007 Hi there Im making a php application which allows users to upload images and videos, is there some reference document so which list out all the file types for videos and images e.g image/jpeg image/gif etc tahnsk in advance Quote Link to comment https://forums.phpfreaks.com/topic/62475-upload-possible-file-types/ Share on other sites More sharing options...
deadimp Posted July 31, 2007 Share Posted July 31, 2007 Notice how the mime types are setup. It has something of the order of "[basic type]/[file type]". Therefore, to see if it's an image, check the first type of the string for "image", if it's a video, check for "video", and on and on... Quote Link to comment https://forums.phpfreaks.com/topic/62475-upload-possible-file-types/#findComment-312060 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.