McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2026
→
Bachelor of Business Administration in ...
→
Advance PHP
→
Unit 2
→
The POST method can be used to send ASCI...
Q.
The POST method can be used to send ASCII as well as binary data Sol:
A.
yes
B.
no
C.
can not say
D.
none of these.
Answer» A. yes
1.8k
0
Do you find this helpful?
20
View all MCQs in
Advance PHP
Discussion
No comments yet
Login to comment
Related MCQs
The-----------method can be used to send ASCII as well as binary data Sol:
------can't be used to send binary data, like images or word documents, to the server Sol:
GET can't be used to send binary data, like images or word documents, to the server Sol:
there are two ways the browser client can send information to the web server . The GET Method & The POST Method
--------can't be used to send word documents or images. Sol:
GET method supports only string data types while-----method supports different data types, such as string, numeric, binary, etc
GET method supports only string data types while-------method supports different data types, such as string, numeric, binary, etc
The-----method is restricted to send upto 1024 characters only Sol:
The GET method is restricted to send upto------characters only Sol:
--------HTTP request method used for accessing a URL, such as POST, GET, POST, PUT or DELETE.