-
Which method is used for sending data to URL from memory buffer?
-
- NPN_PostURLNotify
- NPN_PostURL
- NPN_GetURLNotify
- NPN_GetURL
- None of these
Correct Option: B
For sending data to URL from file or a memory buffer we used NPN_PostURL. The result obtains from a server can also be sent to a particular browser window or frame for display, or delivered to a plug-in instance in the new stream.