PhilHeap Posted August 15, 2009 Share Posted August 15, 2009 J'ai un problème dans ce code, les lignes suivantes, je tombe sur ce cas : elseif (function_exists('exec')) $mime_type = trim(exec('file -b --mime-type '.escapeshellarg($file['tmp_name']))); $mime_type renvoi sur mon serveur 'image/jpeg; charset=binary' et non 'image/jpeg', du coup cela fonctionne moins bien..Je ne suis pas assez calé en php pour trouver une solution..Merci de votre aide. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now