Ask Question
2 December, 18:58

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

+5
Answers (1)
  1. 2 December, 21:34
    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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers