Jump to content

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...