InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Upload And Ws_upload ? |
|
Answer» The DIFFRENCE between WS_Upload and Upload is when you use function Upload it PROMPTS for a dailog BOX where in you NEED to key in the FILE location. Where as in case of WS_Upload you specify the file location in the function input parameters itself. The diffrence between WS_Upload and Upload is when you use function Upload it prompts for a dailog box where in you need to key in the file location. Where as in case of WS_Upload you specify the file location in the function input parameters itself. |
|