Ask Question
8 May, 00:44

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 ()

+1
Answers (1)
  1. 8 May, 02:00
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers