What is the difference between Upload and WS_Upload ?

Showing Answers 1 - 6 of 6 Answers

VijayaBhaskar Thammineni

  • Mar 15th, 2005
 

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.Regardsvijay

  Was this answer useful?  Yes

B.Shiva Kumar

  • Mar 16th, 2005
 

Upload requires a User Interaction for uploading i.e., user has to respond to the dialog boxes that appear while WS_Upload does not

  Was this answer useful?  Yes

UPLOAD does not require the Filename and Filetype to be exported to the function, instead it will ask for the same at the runtime. However for WS_UPLOAD, these two parameters need to be passed.

  Was this answer useful?  Yes

Alok Saxena

  • Apr 5th, 2007
 


Hi,
UPload : uploading file from presentation sever to internal table with use of dialog is possible in upload function & here file name & file type are asked at run time with prompt.

Ws-Upload : uploading file from presentation server to internal table without user dialog is possible in WS-Upload function & here file name & file type at begining is a must.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions