Hi there,
I am having a little trouble with getting the mime type (or any details) of the image type .PNG.
Whenever I upload the image and run this script:
	
	
	
		
I get this:

You can see it in action here: Click Here
The image I am trying to upload is simply a colour to test:

Thanks in advance!
- Conrad11
	
		
			
		
		
	
				
			I am having a little trouble with getting the mime type (or any details) of the image type .PNG.
Whenever I upload the image and run this script:
		PHP:
	
	<?php
     $file_details = @getimagesize($_FILES['image']['tmp_name']);
     print $file_details;
?>I get this:

You can see it in action here: Click Here
The image I am trying to upload is simply a colour to test:

Thanks in advance!
- Conrad11
			
				Last edited: 
			
		
	
								
								
									
	
		
			
		
		
	
	
	
		
			
		
		
	
								
							
							 
	 
  
 
		
 
 
		