Categories
How to change the format of sent files?
if (($ext == "jpg") && ($_FILES["uploaded_file"]["type"] == "image/jpeg") && Need to be able to send files of absolutely any format
Answer the question
In order to leave comments, you need to log in
So remove the condition
($ext == "jpg") && ($_FILES["uploaded_file"]["type"] == "image/jpeg")
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question