Jump to content

Secured way to upload images using php


agriz

Recommended Posts

I am using php gd to read the uploaded image and then i use imagejpeg to store it in the server.

 

Is it bad way to do it?

 

move_uploaded_file / createimagefrom[type] 

 

which is the best method? and why?

 

If i use imagecreatefromjpeg|gif|png, how can someone upload malicious file?

Link to comment
https://forums.phpfreaks.com/topic/282863-secured-way-to-upload-images-using-php/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.