Multiple choice technology web technology Name the http method used to send resources to the server FTP method PUT method WRITE method COPY method Reveal answer Fill a bubble to check yourself B Correct answer Explanation The HTTP PUT method is designed to upload or send a resource to a specific URI on the server, replacing the target resource if it already exists or creating it if it does not.