Ask Question
19 April, 13:50

It is a function that saves the uploaded file permanently into the server.

Select one:

a. save_uploaded_file ()

b. store_uploaded_file ()

c. make_uploaded_file ()

d. move_uploaded_file ()

+3
Answers (1)
  1. 19 April, 13:52
    0
    (c) move_uploaded_file ()

    Explanation:

    move_uploaded_file () is used to save the uploaded file on the server. It basically moves the uploaded file to a new location and return True if moving is successful and false if the moving is not successful.

    move_uploaded_file (file, destination)

    file-The file you need to move.

    destination-Where the file need to be moved.

    To save the file on to the server the destination must be a location in the server.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “It is a function that saves the uploaded file permanently into the server. Select one: a. save_uploaded_file () b. store_uploaded_file () ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers