cancel
Showing results for 
Search instead for 
Did you mean: 

File upload to application server is not working from WEB GUI for HTML

Former Member
0 Kudos

Hi All,

I am using a GUI_UPLOAD functionality to upload file and have been getting below error while uploading file through WEB GUI for HTML to application server.

Error: Frontend Service Method: Upload File "Z:\xyz.CSV".

Error while getting file "Z:\xyz.CSV":

A required file or directory could not be found.

We are on SAP Kernel 749 patch 101. I have also noticed we are able to upload files through GUI in back end.Can anyone throw a light where we are going wrong or possibilities of error.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

cris_hansen
Advisor
Advisor

Hi Indu,

Have you uploaded your file to the WEBGUI File Browser, before trying to upload to your custom application?

Perhaps you can try using the following code for your filename:

PARAMETERS: myfile TYPE string lowercase,

This will make the method GUI_UPLOAD to recognize the lowercase from the filename stored in the WEBGUI File Browser.

Kind regards,

Cris

0 Kudos

Hi Indu,

Is your issue resolved? if yes, can you please let me know how it got resolved?

Thanks and Regards,

Sofian Ghani