A
A
avleriem2017-12-05 19:11:28
PHP
avleriem, 2017-12-05 19:11:28

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

1 answer(s)
I
Igor Koch, 2017-12-05
@avleriem

So remove the condition

($ext == "jpg") && ($_FILES["uploaded_file"]["type"] == "image/jpeg")
business then...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question